diff options
author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-27 22:38:42 +0000 |
---|---|---|
committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-27 22:38:42 +0000 |
commit | d0f587ec88430b7deac84eec5c3a7115f1331b7c (patch) | |
tree | ed13b9b72950d17b817128567b457b3f811b139e /gcc/common | |
parent | 867a8daacf23f6dc9ab5ff7a671ecfdbac81c620 (diff) | |
download | gcc-d0f587ec88430b7deac84eec5c3a7115f1331b7c.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207154 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/common')
-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 cece4ae3b65..7dd8d2d56a8 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 |