OSDN Git Service

2001-02-20 Joel Sherrill <joel@OARcorp.com>
authorjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Feb 2002 12:15:06 +0000 (12:15 +0000)
committerjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Feb 2002 12:15:06 +0000 (12:15 +0000)
* 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

gcc/ChangeLog
gcc/config/a29k/rtems.h
gcc/config/arm/rtems-elf.h
gcc/config/h8300/rtems.h
gcc/config/mips/rtems.h

index 22577cd..d676016 100644 (file)
@@ -1,3 +1,9 @@
+2001-02-20     Joel Sherrill <joel@OARcorp.com>
+
+       * 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  <neil@daikokuya.demon.co.uk>
 
        * cppinit.c (init_dependency_output): Take deps output file
index d5a633b..c2c9d6a 100644 (file)
@@ -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
index fd311e4..8663768 100644 (file)
@@ -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
 
index b51ca18..f1b4b33 100644 (file)
@@ -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
index d11aae0..0a2692a 100644 (file)
@@ -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