Commit eecbc061 by Joern Rennecke Committed by Joern Rennecke

re PR target/47112 (mipstx39-*-elf*: Redefined target macros)

	PR target/47112
	* config/mips/r3900.h: Update Copyright years.
	(MIPS_CPU_STRING_DEFAULT): Undef before defining.
	(MULTILIB_DEFAULTS, MIPS_ABI_DEFAULT, SUBTARGET_CC1_SPEC): Likewise.

From-SVN: r168369
parent 12eb6ed3
...@@ -12,6 +12,11 @@ ...@@ -12,6 +12,11 @@
PR target/47111 PR target/47111
* config/rtems.h (NO_IMPLICIT_EXTERN_C): Undef before defining. * config/rtems.h (NO_IMPLICIT_EXTERN_C): Undef before defining.
PR target/47112
* config/mips/r3900.h: Update Copyright years.
(MIPS_CPU_STRING_DEFAULT): Undef before defining.
(MULTILIB_DEFAULTS, MIPS_ABI_DEFAULT, SUBTARGET_CC1_SPEC): Likewise.
2010-12-30 Mingjie Xing <mingjie.xing@gmail.com> 2010-12-30 Mingjie Xing <mingjie.xing@gmail.com>
* config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Toshiba r3900. You should include mips.h after this. Toshiba r3900. You should include mips.h after this.
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2004, Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2004,
2007 Free Software Foundation, Inc. 2007, 2010 Free Software Foundation, Inc.
Contributed by Gavin Koch (gavin@cygnus.com). Contributed by Gavin Koch (gavin@cygnus.com).
This file is part of GCC. This file is part of GCC.
...@@ -21,15 +21,19 @@ You should have received a copy of the GNU General Public License ...@@ -21,15 +21,19 @@ You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3. If not see along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */ <http://www.gnu.org/licenses/>. */
#undef MIPS_CPU_STRING_DEFAULT
#define MIPS_CPU_STRING_DEFAULT "r3900" #define MIPS_CPU_STRING_DEFAULT "r3900"
#define MIPS_ISA_DEFAULT 1 #define MIPS_ISA_DEFAULT 1
#undef MULTILIB_DEFAULTS
#define MULTILIB_DEFAULTS { MULTILIB_ENDIAN_DEFAULT, "msoft-float" } #define MULTILIB_DEFAULTS { MULTILIB_ENDIAN_DEFAULT, "msoft-float" }
/* We use the MIPS EABI by default. */ /* We use the MIPS EABI by default. */
#undef MIPS_ABI_DEFAULT
#define MIPS_ABI_DEFAULT ABI_EABI #define MIPS_ABI_DEFAULT ABI_EABI
/* By default (if not mips-something-else) produce code for the r3900 */ /* By default (if not mips-something-else) produce code for the r3900 */
#undef SUBTARGET_CC1_SPEC
#define SUBTARGET_CC1_SPEC "\ #define SUBTARGET_CC1_SPEC "\
%{mhard-float:%e-mhard-float not supported} \ %{mhard-float:%e-mhard-float not supported} \
%{msingle-float:%{msoft-float: \ %{msingle-float:%{msoft-float: \
......
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