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
This commit is contained in:
Joel Sherrill 2002-02-14 18:52:22 +00:00 committed by Joel Sherrill
parent 530539d9d9
commit e62d89a165
3 changed files with 7 additions and 3 deletions

View 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.

View 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

View 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