OSDN Git Service

* config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Jun 2003 16:01:39 +0000 (16:01 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Jun 2003 16:01:39 +0000 (16:01 +0000)
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

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

index 971ca02..857027c 100644 (file)
@@ -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.
index 0349ba1..ff8df2c 100644 (file)
@@ -40,6 +40,7 @@
       builtin_assert ("system=embedded"); \
       builtin_assert ("cpu=powerpc");     \
       builtin_assert ("machine=powerpc"); \
+      TARGET_OS_SYSV_CPP_BUILTINS ();     \
     }                                     \
   while (0)
 
index e40008c..5e0900d 100644 (file)
@@ -34,6 +34,7 @@
       builtin_assert ("system=simulator"); \
       builtin_assert ("cpu=powerpc");      \
       builtin_assert ("machine=powerpc");  \
+      TARGET_OS_SYSV_CPP_BUILTINS ();      \
     }                                      \
   while (0)
 
index f780ff4..0245269 100644 (file)
@@ -30,6 +30,7 @@
       builtin_assert ("system=rtems");    \
       builtin_assert ("cpu=powerpc");     \
       builtin_assert ("machine=powerpc"); \
+      TARGET_OS_SYSV_CPP_BUILTINS ();     \
     }                                     \
   while (0)