i386.h (MASK_64BIT, [...]): Remove defines.
* config/i386/i386.h (MASK_64BIT, MASK_MMX, MASK_3DNOW*, MASK_SSE*): Remove defines. * config/i386/biarch.h (TARGET_64BIT_DEFAULT): Define to OPTION_MASK_ISA_64BIT. * config/i386/i386.c: Rename MASK_* macros to OPTION_MASK_ISA_*. From-SVN: r125189
This commit is contained in:
parent
fa13976560
commit
853a33f384
4 changed files with 605 additions and 656 deletions
|
@ -1,3 +1,11 @@
|
|||
2007-05-30 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* config/i386/i386.h (MASK_64BIT, MASK_MMX, MASK_3DNOW*, MASK_SSE*):
|
||||
Remove defines.
|
||||
* config/i386/biarch.h (TARGET_64BIT_DEFAULT): Define to
|
||||
OPTION_MASK_ISA_64BIT.
|
||||
* config/i386/i386.c: Rename MASK_* macros to OPTION_MASK_ISA_*.
|
||||
|
||||
2007-05-30 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR middle-end/32152
|
||||
|
@ -82,7 +90,7 @@
|
|||
"target_flags".
|
||||
(TARGET_DEFAULT_TARGET_FLAGS): Do not include TARGET_64BIT_DEFAULT.
|
||||
|
||||
2007-05-29 David Daney <ddaney@avtrex.com
|
||||
2007-05-29 David Daney <ddaney@avtrex.com>
|
||||
|
||||
PR gcc/31975
|
||||
* config/mips/mips.c (mips_output_mi_thunk): Emit
|
||||
|
|
|
@ -21,5 +21,5 @@ along with GCC; see the file COPYING. If not, write to
|
|||
the Free Software Foundation, 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02110-1301, USA. */
|
||||
|
||||
#define TARGET_64BIT_DEFAULT MASK_64BIT
|
||||
#define TARGET_64BIT_DEFAULT OPTION_MASK_ISA_64BIT
|
||||
#define TARGET_BI_ARCH 1
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -48,19 +48,6 @@ Boston, MA 02110-1301, USA. */
|
|||
#define TARGET_SSE4_1 OPTION_ISA_SSE4_1
|
||||
#define TARGET_SSE4A OPTION_ISA_SSE4A
|
||||
|
||||
/* ??? Remove following defines. */
|
||||
|
||||
#define MASK_64BIT OPTION_MASK_ISA_64BIT
|
||||
#define MASK_MMX OPTION_MASK_ISA_MMX
|
||||
#define MASK_3DNOW OPTION_MASK_ISA_3DNOW
|
||||
#define MASK_3DNOW_A OPTION_MASK_ISA_3DNOW_A
|
||||
#define MASK_SSE OPTION_MASK_ISA_SSE
|
||||
#define MASK_SSE2 OPTION_MASK_ISA_SSE2
|
||||
#define MASK_SSE3 OPTION_MASK_ISA_SSE3
|
||||
#define MASK_SSSE3 OPTION_MASK_ISA_SSSE3
|
||||
#define MASK_SSE4_1 OPTION_MASK_ISA_SSE4_1
|
||||
#define MASK_SSE4A OPTION_MASK_ISA_SSE4A
|
||||
|
||||
#include "config/vxworks-dummy.h"
|
||||
|
||||
/* Algorithm to expand string function with. */
|
||||
|
|
Loading…
Add table
Reference in a new issue