summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-10 16:01:39 +0000
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-10 16:01:39 +0000
commit5404f2550f856a3357d7e2f1e2fa2b34fc48fe58 (patch)
treecfe1543e2c1815f63e3fb404972bc94db8aa22be
parentebde23358c1595d9a7cf5a79baa70ed420211c45 (diff)
downloadppe42-gcc-5404f2550f856a3357d7e2f1e2fa2b34fc48fe58.tar.gz
ppe42-gcc-5404f2550f856a3357d7e2f1e2fa2b34fc48fe58.zip
* config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
common to rs6000 sysv targets. * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto. * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67708 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/config/rs6000/eabi.h1
-rw-r--r--gcc/config/rs6000/eabisim.h1
-rw-r--r--gcc/config/rs6000/rtems.h1
4 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 971ca02a9e5..857027cf0fd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2003-06-10 Janis Johnson <janis187@us.ibm.com>
+
+ * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
+ common to rs6000 sysv targets.
+ * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
+ * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
+
2003-06-10 Nick Clifton <nickc@redhat.com>
* config.gcc: Add arm-wince-pe target.
diff --git a/gcc/config/rs6000/eabi.h b/gcc/config/rs6000/eabi.h
index 0349ba158a2..ff8df2c3e41 100644
--- a/gcc/config/rs6000/eabi.h
+++ b/gcc/config/rs6000/eabi.h
@@ -40,6 +40,7 @@
builtin_assert ("system=embedded"); \
builtin_assert ("cpu=powerpc"); \
builtin_assert ("machine=powerpc"); \
+ TARGET_OS_SYSV_CPP_BUILTINS (); \
} \
while (0)
diff --git a/gcc/config/rs6000/eabisim.h b/gcc/config/rs6000/eabisim.h
index e40008cc1e5..5e0900d9c1e 100644
--- a/gcc/config/rs6000/eabisim.h
+++ b/gcc/config/rs6000/eabisim.h
@@ -34,6 +34,7 @@
builtin_assert ("system=simulator"); \
builtin_assert ("cpu=powerpc"); \
builtin_assert ("machine=powerpc"); \
+ TARGET_OS_SYSV_CPP_BUILTINS (); \
} \
while (0)
diff --git a/gcc/config/rs6000/rtems.h b/gcc/config/rs6000/rtems.h
index f780ff49957..0245269203b 100644
--- a/gcc/config/rs6000/rtems.h
+++ b/gcc/config/rs6000/rtems.h
@@ -30,6 +30,7 @@
builtin_assert ("system=rtems"); \
builtin_assert ("cpu=powerpc"); \
builtin_assert ("machine=powerpc"); \
+ TARGET_OS_SYSV_CPP_BUILTINS (); \
} \
while (0)
OpenPOWER on IntegriCloud