diff options
author | Ben Elliston <bje@au.ibm.com> | 2007-11-27 23:17:29 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2007-11-28 10:17:29 +1100 |
commit | c8402ecc4a4f27cbca307e91a9b0d5fef4349d63 (patch) | |
tree | 0fe002ecdeef9e87d37c9af83d5fceed9abbffa0 /gcc | |
parent | 4f5428eb08f3dd48d9ab4a1400ead49f8bc153ed (diff) | |
download | gcc-c8402ecc4a4f27cbca307e91a9b0d5fef4349d63.zip gcc-c8402ecc4a4f27cbca307e91a9b0d5fef4349d63.tar.gz gcc-c8402ecc4a4f27cbca307e91a9b0d5fef4349d63.tar.bz2 |
aix64.opt (maix64): Add Negative(maix32).
* config/rs6000/aix64.opt (maix64): Add Negative(maix32).
(maix32): Add Negative(maix64).
From-SVN: r130478
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/rs6000/aix64.opt | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ad29de1..cc16b23 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-11-28 Ben Elliston <bje@au.ibm.com> + + * config/rs6000/aix64.opt (maix64): Add Negative(maix32). + (maix32): Add Negative(maix64). + 2007-11-27 Jakub Jelinek <jakub@redhat.com> PR tree-optimization/34016 diff --git a/gcc/config/rs6000/aix64.opt b/gcc/config/rs6000/aix64.opt index 162aff4..2ffcff6 100644 --- a/gcc/config/rs6000/aix64.opt +++ b/gcc/config/rs6000/aix64.opt @@ -20,11 +20,11 @@ ; <http://www.gnu.org/licenses/>. maix64 -Target Report RejectNegative Mask(64BIT) +Target Report RejectNegative Negative(maix32) Mask(64BIT) Compile for 64-bit pointers maix32 -Target Report RejectNegative InverseMask(64BIT) +Target Report RejectNegative Negative(maix64) InverseMask(64BIT) Compile for 32-bit pointers mpe |