summaryrefslogtreecommitdiff
path: root/gcc/config/mips/mips.opt
diff options
context:
space:
mode:
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-03 19:07:39 +0000
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-03 19:07:39 +0000
commit302704a3b2ae2dfeec614e564513497fff74b972 (patch)
treeb94cc87d715d17634db0f74bdbc1b792a7bbd546 /gcc/config/mips/mips.opt
parent631fa7dec48a8cd25753636d5990b8a131f01452 (diff)
downloadgcc-302704a3b2ae2dfeec614e564513497fff74b972.tar.gz
2005-06-03 Eric Christopher <echristo@redhat.com>
* config/mips/mips.opt: Add RejectNegative to divide-breaks and divide-traps. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100552 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/mips.opt')
-rw-r--r--gcc/config/mips/mips.opt4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/mips.opt b/gcc/config/mips/mips.opt
index 3e028962973..fe9a0b8467c 100644
--- a/gcc/config/mips/mips.opt
+++ b/gcc/config/mips/mips.opt
@@ -44,11 +44,11 @@ Target Report Mask(CHECK_ZERO_DIV)
Trap on integer divide by zero
mdivide-breaks
-Target Report Mask(DIVIDE_BREAKS)
+Target Report RejectNegative Mask(DIVIDE_BREAKS)
Use branch-and-break sequences to check for integer divide by zero
mdivide-traps
-Target Report InverseMask(DIVIDE_BREAKS, DIVIDE_TRAPS)
+Target Report RejectNegative InverseMask(DIVIDE_BREAKS, DIVIDE_TRAPS)
Use trap instructions to check for integer divide by zero
mdouble-float