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
This commit is contained in:
parent
789550d116
commit
da727eab52
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue