mirror of git://gcc.gnu.org/git/gcc.git
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
|
|
@ -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>
|
2004-06-11 Andrew Pinski <pinskia@physics.uc.edu>
|
||||||
|
|
||||||
* configure.ac: Support --enable-shared=libobjc.
|
* configure.ac: Support --enable-shared=libobjc.
|
||||||
|
|
|
||||||
|
|
@ -38,3 +38,9 @@ void __objc_linking (void)
|
||||||
[NXConstantString name];
|
[NXConstantString name];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
void _objcInit(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue