From: Bernardo Innocenti Date: Sun, 19 Dec 2004 19:24:38 +0000 (+0100) Subject: m68kemb.h (TARGET_OS_CPP_BUILTINS): Remove redundant definition of mc68000, already... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18330d2859ff2eced2a246b64eae2212d32794b6;p=gcc.git m68kemb.h (TARGET_OS_CPP_BUILTINS): Remove redundant definition of mc68000, already present in TARGET_CPU_CPP_BUILTINS. * config/m68k/m68kemb.h (TARGET_OS_CPP_BUILTINS): Remove redundant definition of mc68000, already present in TARGET_CPU_CPP_BUILTINS. From-SVN: r92384 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 80cd75b1c34..7c9cd9c4899 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-12-19 Bernardo Innocenti + + * config/m68k/m68kemb.h (TARGET_OS_CPP_BUILTINS): Remove redundant + definition of mc68000, already present in TARGET_CPU_CPP_BUILTINS. + 2004-12-18 Daniel Berlin * lambda-code.c (can_convert_to_perfect_nest): Make checking diff --git a/gcc/config/m68k/m68kemb.h b/gcc/config/m68k/m68kemb.h index 231ad06bd9b..9a6ced23555 100644 --- a/gcc/config/m68k/m68kemb.h +++ b/gcc/config/m68k/m68kemb.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. "embedded" 68XXX. This is meant to be included after m68k.h. - Copyright (C) 1994, 1995, 1998, 1999 Free Software Foundation, Inc. */ + Copyright (C) 1994, 1995, 1998, 1999, 2004 Free Software Foundation, Inc. */ /* Override the SVR4 ABI for this target. */ @@ -45,9 +45,8 @@ #define TARGET_OS_CPP_BUILTINS() \ do \ { \ - builtin_define_std ("mc68000"); \ - builtin_define ("__embedded__"); \ - } \ + builtin_define ("__embedded__"); \ + } \ while (0) /* Override the default LIB_SPEC from gcc.c. We don't currently support