Commit da727eab by Andrew Pinski Committed by Andrew Pinski

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

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

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

From-SVN: r83082
parent 789550d1
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment