OSDN Git Service

2003-09-13 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Sep 2003 04:43:10 +0000 (04:43 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Sep 2003 04:43:10 +0000 (04:43 +0000)
        PR target/12021
        * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Remove the asserts
        as they already are done in config/m68k/m68k.h.
        * config/m68k/netbsd.h (TARGET_OS_CPP_BUILTINS): Likewise

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71369 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/m68k/netbsd-elf.h
gcc/config/m68k/netbsd.h

index f0c7871..e8fcbd8 100644 (file)
@@ -1,5 +1,10 @@
 2003-09-13  Andrew Pinski <pinskia@physics.uc.edu>
 
+       PR target/12021
+       * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Remove the asserts
+       as they already are done in config/m68k/m68k.h.
+       * config/m68k/netbsd.h (TARGET_OS_CPP_BUILTINS): Likewise
+
        * config/rs6000/rs6000.c (GEN_LOCAL_LABEL_FOR_SYMBOL): Remove.
        (machopic_output_stub): Only generate pic base symbols when using pic
        and generate them in the form L00000000$spb.
index cae6cb1..74f39ad 100644 (file)
@@ -31,8 +31,6 @@ Boston, MA 02111-1307, USA.  */
       builtin_define ("__m68k__");             \
       builtin_define ("__SVR4_ABI__");         \
       builtin_define ("__motorola__");         \
-      builtin_assert ("cpu=m68k");             \
-      builtin_assert ("machine=m68k");         \
     }                                          \
   while (0)
 
index 2bd0f3a..2b4fd85 100644 (file)
@@ -6,8 +6,6 @@
       builtin_define_std ("m68k");             \
       builtin_define_std ("mc68000");          \
       builtin_define_std ("mc68020");          \
-      builtin_assert ("cpu=m68k");             \
-      builtin_assert ("machine=m68k");         \
     }                                          \
   while (0)