Skip to content
Snippets Groups Projects
Commit f793c280 authored by pinskia's avatar pinskia
Browse files

2004-06-14 Andrew Pinski <pinskia@physics.uc.edu>

        * linking.m (_objcInit): New empty function
        for Darwin only.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83082 138bc75d-0d04-0410-961f-82ee72b054a4
parent fceabe86
No related merge requests found
2004-06-14 Andrew Pinski <pinskia@physics.uc.edu>
* linking.m (_objcInit): New empty function
for Darwin only.
2004-06-11 Andrew Pinski <pinskia@physics.uc.edu>
* configure.ac: Support --enable-shared=libobjc.
......
......@@ -38,3 +38,9 @@ void __objc_linking (void)
[NXConstantString name];
}
#ifdef __APPLE__
void _objcInit(void)
{
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment