diff options
author | Steve Ellcey <sellcey@mips.com> | 2014-01-27 22:38:42 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2014-01-27 22:38:42 +0000 |
commit | a33fc7fe6c3f8c329c682877b1a7937a45d993dd (patch) | |
tree | ed13b9b72950d17b817128567b457b3f811b139e /gcc/common/config/mips | |
parent | 64688189487d5ca17892ef04d703b5b52b8810a3 (diff) | |
download | gcc-a33fc7fe6c3f8c329c682877b1a7937a45d993dd.zip gcc-a33fc7fe6c3f8c329c682877b1a7937a45d993dd.tar.gz gcc-a33fc7fe6c3f8c329c682877b1a7937a45d993dd.tar.bz2 |
mips-common.c (TARGET_DEFAULT_TARGET_FLAGS): Remove TARGET_FP_EXCEPTIONS_DEFAULT and MASK_FUSED_MADD.
2014-01-27 Steve Ellcey <sellcey@mips.com>
* common/config/mips/mips-common.c (TARGET_DEFAULT_TARGET_FLAGS):
Remove TARGET_FP_EXCEPTIONS_DEFAULT and MASK_FUSED_MADD.
* config/mips/mips.c (mips_option_override): Change setting
of TARGET_DSP.
* config/mips/mips.h (TARGET_FP_EXCEPTIONS_DEFAULT): Remove.
* config/mips/mips.opt (DSP, DSPR2, FP_EXCEPTIONS, FUSED_MADD,
MIPS3D) Change from Mask to Var.
From-SVN: r207154
Diffstat (limited to 'gcc/common/config/mips')
-rw-r--r-- | gcc/common/config/mips/mips-common.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/common/config/mips/mips-common.c b/gcc/common/config/mips/mips-common.c index cece4ae..7dd8d2d 100644 --- a/gcc/common/config/mips/mips-common.c +++ b/gcc/common/config/mips/mips-common.c @@ -62,9 +62,7 @@ static const struct default_options mips_option_optimization_table[] = (TARGET_DEFAULT \ | TARGET_CPU_DEFAULT \ | TARGET_ENDIAN_DEFAULT \ - | TARGET_FP_EXCEPTIONS_DEFAULT \ - | MASK_CHECK_ZERO_DIV \ - | MASK_FUSED_MADD) + | MASK_CHECK_ZERO_DIV) #undef TARGET_HANDLE_OPTION #define TARGET_HANDLE_OPTION mips_handle_option |