From: joel Date: Wed, 20 Feb 2002 12:15:06 +0000 (+0000) Subject: 2001-02-20 Joel Sherrill X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=6cedc59a34e497885da0908b1c5f393a213dce41;hp=f60892e2f95e628585cd45d9f014ed3cb98d5c10 2001-02-20 Joel Sherrill * config/a29k/rtems.h, config/arm/rtems-elf.h, config/h8300/rtems.h, config/mips/rtems.h: Use new style of -Asystem= rather than -Asystem(). Also done for -Acpu and -Amachine. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49898 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 22577cd8da3..d67601657d9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2001-02-20 Joel Sherrill + + * config/a29k/rtems.h, config/arm/rtems-elf.h, config/h8300/rtems.h, + config/mips/rtems.h: Use new style of -Asystem= rather than -Asystem(). + Also done for -Acpu and -Amachine. + 2002-02-20 Neil Booth * cppinit.c (init_dependency_output): Take deps output file diff --git a/gcc/config/a29k/rtems.h b/gcc/config/a29k/rtems.h index d5a633b380a..c2c9d6ac5e8 100644 --- a/gcc/config/a29k/rtems.h +++ b/gcc/config/a29k/rtems.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-D_AM29K -D_AM29000 -D_EPI -D__rtems__ \ - -Asystem(rtems) -Acpu(a29k) -Amachine(a29k)" + -Asystem=rtems -Acpu=a29k -Amachine=a29k" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS diff --git a/gcc/config/arm/rtems-elf.h b/gcc/config/arm/rtems-elf.h index fd311e4dd7b..8663768ab81 100644 --- a/gcc/config/arm/rtems-elf.h +++ b/gcc/config/arm/rtems-elf.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #define HAS_INIT_SECTION #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__rtems__ -D__ELF__ -Asystem(rtems)" +#define CPP_PREDEFINES "-D__rtems__ -D__ELF__ -Asystem=rtems" #undef INVOKE_main diff --git a/gcc/config/h8300/rtems.h b/gcc/config/h8300/rtems.h index b51ca188312..f1b4b33ee44 100644 --- a/gcc/config/h8300/rtems.h +++ b/gcc/config/h8300/rtems.h @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dh8300 \ -D__LONG_MAX__=2147483647L -D__LONG_LONG_MAX__=2147483647L \ - -D__rtems__ -Asystem(rtems)" + -D__rtems__ -Asystem=rtems" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS diff --git a/gcc/config/mips/rtems.h b/gcc/config/mips/rtems.h index d11aae0aa1a..0a2692ac906 100644 --- a/gcc/config/mips/rtems.h +++ b/gcc/config/mips/rtems.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dmips -DMIPSEB -D_mips -D_MIPSEB \ - -D__rtems__ -Asystem(rtems)" + -D__rtems__ -Asystem=rtems" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS