litecoff.h (TARGET_OS_CPP_BUILTINS): Do not register "sparc".
authorEric Botcazou <ebotcazou@libertysurf.fr>
Mon, 3 Jan 2005 21:00:25 +0000 (22:00 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 3 Jan 2005 21:00:25 +0000 (21:00 +0000)
* config/sparc/litecoff.h (TARGET_OS_CPP_BUILTINS): Do not
register "sparc".
* config/sparc/sysv4-only.h (TARGET_OS_CPP_BUILTINS): Likewise.
* config/sparc/rtemself.h (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
* config/sparc/sol2-64.h (TARGET_SUB_OS_CPP_BUILTINS): Delete.
* config/sparc/sp64-elf.h (TARGET_SUB_OS_CPP_BUILTINS): Likewise.

From-SVN: r92864

gcc/ChangeLog
gcc/config/sparc/litecoff.h
gcc/config/sparc/rtemself.h
gcc/config/sparc/sol2-64.h
gcc/config/sparc/sp64-elf.h
gcc/config/sparc/sysv4-only.h

index ec51b646fe566fcd978272de1d42a99eea8e1bf2..9a199810d5c0e0f4f791e89822e839720ec3f179 100644 (file)
@@ -1,3 +1,12 @@
+2005-01-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * config/sparc/litecoff.h (TARGET_OS_CPP_BUILTINS): Do not
+       register "sparc".
+       * config/sparc/sysv4-only.h (TARGET_OS_CPP_BUILTINS): Likewise.
+       * config/sparc/rtemself.h (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
+       * config/sparc/sol2-64.h (TARGET_SUB_OS_CPP_BUILTINS): Delete.
+       * config/sparc/sp64-elf.h (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
+
 2005-01-03  Richard Henderson  <rth@redhat.com>
 
        * config/ia64/ia64.c (TARGET_VECTOR_MODE_SUPPORTED_P): New.
index ab3c931edc2d707cd1b7df36a08a3a9ba3242e8a..2bfdbf3693a54299ad5c5fae7b55b30d0747159f 100644 (file)
@@ -24,7 +24,6 @@ Boston, MA 02111-1307, USA.  */
 #define TARGET_OS_CPP_BUILTINS()               \
   do                                           \
     {                                          \
-       builtin_define_std ("sparc");           \
        builtin_define_std ("sparclite");       \
     }                                          \
   while (0)
index ffb2a7233bd284c30c8f4c82b01cbf24dff5d53b..bd9eea45532dc06f0373e547329fd9594dd4a00f 100644 (file)
@@ -23,7 +23,6 @@ Boston, MA 02111-1307, USA.  */
 #define TARGET_SUB_OS_CPP_BUILTINS()           \
   do                                           \
     {                                          \
-       builtin_define_std ("sparc");           \
        builtin_define ("__rtems__");           \
        builtin_define ("__USE_INIT_FINI__");   \
        builtin_assert ("system=rtems");        \
index d53747a6eb0009a026877ecc6e9515feaf4a7883..2a15f3db51ad8b7aceb4c04ddd0f3b8d09236ce0 100644 (file)
@@ -5,12 +5,3 @@
 #define TARGET_DEFAULT \
   (MASK_V9 + MASK_PTR64 + MASK_64BIT /* + MASK_HARD_QUAD */ + \
    MASK_STACK_BIAS + MASK_FPU + MASK_LONG_DOUBLE_128)
-
-/* Target OS builtins.  */
-#undef TARGET_SUB_OS_CPP_BUILTINS
-#define TARGET_SUB_OS_CPP_BUILTINS()           \
-  do                                           \
-    {                                          \
-       builtin_define_std ("sparc");           \
-    }                                          \
-  while (0)
index 39dad1345708bdbf7f1901f57d60320232190f89..a07786dd0b160a5019b01f4e1079cac4c20c16bd 100644 (file)
@@ -38,15 +38,6 @@ Boston, MA 02111-1307, USA.  */
 #undef SPARC_DEFAULT_CMODEL
 #define SPARC_DEFAULT_CMODEL CM_EMBMEDANY
 
-/* Target OS builtins for config/sol.h.  */
-#undef TARGET_SUB_OS_CPP_BUILTINS
-#define TARGET_SUB_OS_CPP_BUILTINS()           \
-  do                                           \
-    {                                          \
-       builtin_define_std ("sparc");           \
-    }                                          \
-  while (0)
-
 /* __svr4__ is used by the C library (FIXME) */
 #undef CPP_SUBTARGET_SPEC
 #define CPP_SUBTARGET_SPEC "-D__svr4__"
index da265a0c0df37a5134b7033149ef9407f6e29e47..e87313b74a1e87a61f98fa7787261f6d51ff2e86 100644 (file)
@@ -26,7 +26,6 @@ Boston, MA 02111-1307, USA.  */
 #define TARGET_OS_CPP_BUILTINS()               \
   do                                           \
     {                                          \
-       builtin_define_std ("sparc");           \
        builtin_define_std ("unix");            \
        builtin_define ("__svr4__");            \
        builtin_assert ("system=unix");         \