rtems-elf.h, rtems.h: Removed redundant -Acpu() and -Amachine() to eliminate warnings.
authorJoel Sherrill <joel@OARcorp.com>
Thu, 14 Feb 2002 18:52:22 +0000 (18:52 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Thu, 14 Feb 2002 18:52:22 +0000 (18:52 +0000)
2001-02-14 Joel Sherrill <joel@OARcorp.com>

* config/arm/rtems-elf.h, config/h8300/rtems.h: Removed redundant
-Acpu() and -Amachine() to eliminate warnings.

From-SVN: r49771

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

index 75c2bbe6a40d6244df1fa90e33e287a7a7ea5b51..63b4eddcca9cc04e3c0d5e04ddb68489dac1fa38 100644 (file)
@@ -1,3 +1,8 @@
+2001-02-14     Joel Sherrill <joel@OARcorp.com>
+
+       * config/arm/rtems-elf.h, config/h8300/rtems.h: Removed redundant
+       -Acpu() and -Amachine() to eliminate warnings.
+
 2002-02-14  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * config/s390/linux.h (ASM_OUTPUT_ALIGNED_BSS): New.
index 65ed71e35ace503432fb48e70d6eb8e7db12bc1c..fd311e4dd7b980988e8ed763b1a4315d1e64afa2 100644 (file)
@@ -24,8 +24,7 @@ Boston, MA 02111-1307, USA.  */
 #define HAS_INIT_SECTION
 
 #undef CPP_PREDEFINES
-#define CPP_PREDEFINES "-D__rtems__ -D__ELF__ \
-   -Asystem(rtems) -Acpu(arm) -Amachine(arm)"
+#define CPP_PREDEFINES "-D__rtems__ -D__ELF__ -Asystem(rtems)"
 
 #undef INVOKE_main
 
index 35e4d73c533aac3c401af49e5ad3c0de66a74f50..b51ca188312aa04ac6da35eaefd96512f6df6c4b 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) -Acpu(h8300) -Amachine(h8300)"
+  -D__rtems__ -Asystem(rtems)"
 
 /* Generate calls to memcpy, memcmp and memset.  */
 #ifndef TARGET_MEM_FUNCTIONS