Commit da290a42 by Joseph Myers Committed by Joseph Myers

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
parent 8989d00e
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
-nodefaultlib.
......
/* 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}}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment