]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/12021 (warning "cpu" and "machine" reasserted for every file)
authorAndrew Pinski <pinskia@physics.uc.edu>
Sun, 14 Sep 2003 04:43:10 +0000 (04:43 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 14 Sep 2003 04:43:10 +0000 (21:43 -0700)
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

From-SVN: r71369

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

index f0c78717061b85d1e05ff0340532d9c6b93f338e..e8fcbd8dbfa141075dcbbc227b49da444ead61cb 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 cae6cb1d8c9cb747ee1362a35bab4e4170251c3b..74f39ad0f1d729cc112c7f6d3c38219360387c82 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 2bd0f3a900bb67910f6dcdc936399f71bbc1d2f5..2b4fd855a9f93074faa074e992bca6479fc79af1 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)