Make TARGET_SUBTARGET32_ISA_DEFAULT the same as

TARGET_SUBTARGET64_ISA_DEFAULT for Darwin/x86.

2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
	it the same as TARGET_SUBTARGET64_ISA_DEFAULT.

From-SVN: r157125
This commit is contained in:
H.J. Lu 2010-02-28 17:55:16 +00:00 committed by H.J. Lu
parent 2a3dbebf6c
commit 746ecbcda2
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2010-02-28 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
2010-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2010-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/invoke.texi (Warning Options, RX Options): Fix typos. * doc/invoke.texi (Warning Options, RX Options): Fix typos.

View File

@ -161,15 +161,13 @@ extern void darwin_x86_file_end (void);
but these unfortunately don't correspond to a specific processor. */ but these unfortunately don't correspond to a specific processor. */
#undef TARGET_SUBTARGET32_ISA_DEFAULT #undef TARGET_SUBTARGET32_ISA_DEFAULT
#define TARGET_SUBTARGET32_ISA_DEFAULT (OPTION_MASK_ISA_MMX \ #define TARGET_SUBTARGET32_ISA_DEFAULT (OPTION_MASK_ISA_MMX \
| OPTION_MASK_ISA_SSE \
| OPTION_MASK_ISA_SSE2)
#undef TARGET_SUBTARGET64_ISA_DEFAULT
#define TARGET_SUBTARGET64_ISA_DEFAULT (OPTION_MASK_ISA_MMX \
| OPTION_MASK_ISA_SSE \ | OPTION_MASK_ISA_SSE \
| OPTION_MASK_ISA_SSE2 \ | OPTION_MASK_ISA_SSE2 \
| OPTION_MASK_ISA_SSE3) | OPTION_MASK_ISA_SSE3)
#undef TARGET_SUBTARGET64_ISA_DEFAULT
#define TARGET_SUBTARGET64_ISA_DEFAULT TARGET_SUBTARGET32_ISA_DEFAULT
/* For now, disable dynamic-no-pic. We'll need to go through i386.c /* For now, disable dynamic-no-pic. We'll need to go through i386.c
with a fine-tooth comb looking for refs to flag_pic! */ with a fine-tooth comb looking for refs to flag_pic! */
#define MASK_MACHO_DYNAMIC_NO_PIC 0 #define MASK_MACHO_DYNAMIC_NO_PIC 0