aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoel Sherrill <joel@OARcorp.com>2002-02-14 18:52:22 +0000
committerJoel Sherrill <joel@gcc.gnu.org>2002-02-14 18:52:22 +0000
commite62d89a165def6705f935d449fe24b0b98266841 (patch)
tree489a502dc544b855e447de77130c091643246153 /gcc
parent530539d9d96472fc6c33514166ebbaa775763695 (diff)
downloadgcc-e62d89a165def6705f935d449fe24b0b98266841.zip
gcc-e62d89a165def6705f935d449fe24b0b98266841.tar.gz
gcc-e62d89a165def6705f935d449fe24b0b98266841.tar.bz2
rtems-elf.h, rtems.h: Removed redundant -Acpu() and -Amachine() to eliminate warnings.
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/arm/rtems-elf.h3
-rw-r--r--gcc/config/h8300/rtems.h2
3 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 75c2bbe..63b4edd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/arm/rtems-elf.h b/gcc/config/arm/rtems-elf.h
index 65ed71e..fd311e4 100644
--- a/gcc/config/arm/rtems-elf.h
+++ b/gcc/config/arm/rtems-elf.h
@@ -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
diff --git a/gcc/config/h8300/rtems.h b/gcc/config/h8300/rtems.h
index 35e4d73..b51ca18 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) -Acpu(h8300) -Amachine(h8300)"
+ -D__rtems__ -Asystem(rtems)"
/* Generate calls to memcpy, memcmp and memset. */
#ifndef TARGET_MEM_FUNCTIONS