aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2007-11-27 05:58:21 +0000
committerBen Elliston <bje@gcc.gnu.org>2007-11-27 16:58:21 +1100
commit381d3db6b824cbb126adc5aa50bfd9a52b2b4c32 (patch)
treebf3d8b298c8d206b90a5b411336967b70c408245 /gcc/config
parentcded5e6bd50c24ac40fc2d86c35ee627300789f3 (diff)
downloadgcc-381d3db6b824cbb126adc5aa50bfd9a52b2b4c32.zip
gcc-381d3db6b824cbb126adc5aa50bfd9a52b2b4c32.tar.gz
gcc-381d3db6b824cbb126adc5aa50bfd9a52b2b4c32.tar.bz2
sysv4.opt (m32): Add Negative(m64).
* config/rs6000/sysv4.opt (m32): Add Negative(m64). (m64): Add Negative(m32). * config/rs6000/darwin.opt (m32): Add Negative(m64). (m64): Add Negative(m32). From-SVN: r130462
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/rs6000/darwin.opt4
-rw-r--r--gcc/config/rs6000/sysv4.opt4
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/rs6000/darwin.opt b/gcc/config/rs6000/darwin.opt
index e47bb36..ff9be36 100644
--- a/gcc/config/rs6000/darwin.opt
+++ b/gcc/config/rs6000/darwin.opt
@@ -20,11 +20,11 @@
; <http://www.gnu.org/licenses/>.
m64
-Target RejectNegative Mask(64BIT)
+Target RejectNegative Negative(m32) Mask(64BIT)
Generate 64-bit code
m32
-Target RejectNegative InverseMask(64BIT)
+Target RejectNegative Negative(m64) InverseMask(64BIT)
Generate 32-bit code
mdynamic-no-pic
diff --git a/gcc/config/rs6000/sysv4.opt b/gcc/config/rs6000/sysv4.opt
index e988ada..ba0bc65 100644
--- a/gcc/config/rs6000/sysv4.opt
+++ b/gcc/config/rs6000/sysv4.opt
@@ -128,11 +128,11 @@ Target RejectNegative
no description yet
m64
-Target Report RejectNegative Mask(64BIT)
+Target Report RejectNegative Negative(m32) Mask(64BIT)
Generate 64-bit code
m32
-Target Report RejectNegative InverseMask(64BIT)
+Target Report RejectNegative Negative(m64) InverseMask(64BIT)
Generate 32-bit code
mnewlib