rtems.h (TARGET_OS_CPP_BUILTINS): Add builtin_define ("__USE_INIT_FINI__").
authorRalf Corsepius <corsepiu@faw.uni-ulm.de>
Wed, 22 Sep 2004 14:11:44 +0000 (14:11 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 22 Sep 2004 14:11:44 +0000 (10:11 -0400)
2004-09-22  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>

        * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Add
        builtin_define ("__USE_INIT_FINI__").

From-SVN: r87858

gcc/ChangeLog
gcc/config/rs6000/rtems.h

index 1a95e04..b5caa3f 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-22  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
+
+       * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Add
+       builtin_define ("__USE_INIT_FINI__").
+
 2004-09-22  P.J. Darcy  <darcypj@us.ibm.com>
 
        * config/s390/s390-protos.h (s390_emit_tpf_eh_return): Add prototype.
index 0245269..9d8a3c3 100644 (file)
@@ -27,6 +27,7 @@
     {                                     \
       builtin_define_std ("PPC");         \
       builtin_define ("__rtems__");       \
+      builtin_define ("__USE_INIT_FINI__"); \
       builtin_assert ("system=rtems");    \
       builtin_assert ("cpu=powerpc");     \
       builtin_assert ("machine=powerpc"); \