mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 22:01:27 +08:00
aix64.opt (maix64): Add Negative(maix32).
* config/rs6000/aix64.opt (maix64): Add Negative(maix32). (maix32): Add Negative(maix64). From-SVN: r130478
This commit is contained in:
parent
4f5428eb08
commit
c8402ecc4a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user