aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsepius <corsepiu@faw.uni-ulm.de>2004-09-22 14:11:44 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2004-09-22 10:11:44 -0400
commitd1c343cb32c433d54d330d297df546cf54da82c4 (patch)
tree988299f9f5337437d4c0a5d64d23046a926cd971
parent4798630cb0aa99b3497a16b3e1a5ee0e12a1760b (diff)
downloadgcc-d1c343cb32c433d54d330d297df546cf54da82c4.zip
gcc-d1c343cb32c433d54d330d297df546cf54da82c4.tar.gz
gcc-d1c343cb32c433d54d330d297df546cf54da82c4.tar.bz2
rtems.h (TARGET_OS_CPP_BUILTINS): Add builtin_define ("__USE_INIT_FINI__").
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/rtems.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1a95e04..b5caa3f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/rs6000/rtems.h b/gcc/config/rs6000/rtems.h
index 0245269..9d8a3c3 100644
--- a/gcc/config/rs6000/rtems.h
+++ b/gcc/config/rs6000/rtems.h
@@ -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"); \