re PR target/12021 (warning "cpu" and "machine" reasserted for every file)
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
This commit is contained in:
parent
876455fa51
commit
6ef3d45791
@ -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.
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user