rtems.h, [...]: Use new style of -Asystem= rather than -Asystem().
authorJoel Sherrill <joel@OARcorp.com>
Wed, 20 Feb 2002 12:15:06 +0000 (12:15 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Wed, 20 Feb 2002 12:15:06 +0000 (12:15 +0000)
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.

From-SVN: r49898

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

index 22577cd8da38b219fcc1c373aab2d2e0b00a93fa..d67601657d97f9fd2c0dd270f12a7d610b0b14fe 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 d5a633b380ab0c2cd5bf18797d02cd840c7b8948..c2c9d6ac5e83a4904077a5d3d6de59bc9382a4c8 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 fd311e4dd7b980988e8ed763b1a4315d1e64afa2..8663768ab818df90432662895bc864ae698fc198 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 b51ca188312aa04ac6da35eaefd96512f6df6c4b..f1b4b33ee44df77e45c9dbc60b14aad279d8982e 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 d11aae0aa1ab2399b2a77ad284ac1b254efc30ee..0a2692ac9062809d7de976c937073f9f4a649476 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