diff options
author | Eric Christopher <echristo@redhat.com> | 2005-06-03 19:07:39 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gcc.gnu.org> | 2005-06-03 19:07:39 +0000 |
commit | 25e3d99dc26b4312f21796c40ceb4403462d69b0 (patch) | |
tree | b94cc87d715d17634db0f74bdbc1b792a7bbd546 /gcc/config/mips | |
parent | 3809e99053b8195163c43228e54831704c35484c (diff) | |
download | gcc-25e3d99dc26b4312f21796c40ceb4403462d69b0.zip gcc-25e3d99dc26b4312f21796c40ceb4403462d69b0.tar.gz gcc-25e3d99dc26b4312f21796c40ceb4403462d69b0.tar.bz2 |
mips.opt: Add RejectNegative to divide-breaks and divide-traps.
2005-06-03 Eric Christopher <echristo@redhat.com>
* config/mips/mips.opt: Add RejectNegative to divide-breaks and
divide-traps.
From-SVN: r100552
Diffstat (limited to 'gcc/config/mips')
-rw-r--r-- | gcc/config/mips/mips.opt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/mips.opt b/gcc/config/mips/mips.opt index 3e02896..fe9a0b8 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 |