little.h (CPP_ENDIAN_SPEC, [...]): Remove.

* config/m32r/little.h (CPP_ENDIAN_SPEC, CC1_ENDIAN_SPEC,
	ASM_ENDIAN_SPEC, LINK_ENDIAN_SPEC): Remove.

From-SVN: r168810
This commit is contained in:
Joseph Myers 2011-01-14 18:54:16 +00:00 committed by Joseph Myers
parent 8989d00e96
commit da290a425c
2 changed files with 6 additions and 13 deletions

View File

@ -1,3 +1,8 @@
2011-01-14 Joseph Myers <joseph@codesourcery.com>
* config/m32r/little.h (CPP_ENDIAN_SPEC, CC1_ENDIAN_SPEC,
ASM_ENDIAN_SPEC, LINK_ENDIAN_SPEC): Remove.
2011-01-14 Joseph Myers <joseph@codesourcery.com>
* config/i386/nwld.h (LINK_SPEC): Check -nodefaultlibs not

View File

@ -1,5 +1,5 @@
/* Definitions for Renesas little endian M32R cpu.
Copyright (C) 2003, 2004, 2005, 2007
Copyright (C) 2003, 2004, 2005, 2007, 2011
Free Software Foundation, Inc.
This file is part of GCC.
@ -19,15 +19,3 @@
<http://www.gnu.org/licenses/>. */
#define TARGET_LITTLE_ENDIAN 1
#define CPP_ENDIAN_SPEC \
" %{mbe:-D__BIG_ENDIAN__} %{mbig-endian:-D__BIG_ENDIAN__}" \
" %{!mbe: %{!mbig-endian:-D__LITTLE_ENDIAN__}}"
#define CC1_ENDIAN_SPEC " %{!mbe: %{!mbig-endian:-mle}}"
#define ASM_ENDIAN_SPEC \
" %{!mbe: %{!mbig-endian:-EL}} %{mbe:-EB} %{mbig-endian:-EB}"
#define LINK_ENDIAN_SPEC " %{!mbe: %{!mbig-endian:-EL}}"