Commit c8402ecc by Ben Elliston Committed by Ben Elliston

aix64.opt (maix64): Add Negative(maix32).

	* config/rs6000/aix64.opt (maix64): Add Negative(maix32).
	(maix32): Add Negative(maix64).

From-SVN: r130478
parent 4f5428eb
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> 2007-11-27 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/34016 PR tree-optimization/34016
...@@ -20,11 +20,11 @@ ...@@ -20,11 +20,11 @@
; <http://www.gnu.org/licenses/>. ; <http://www.gnu.org/licenses/>.
maix64 maix64
Target Report RejectNegative Mask(64BIT) Target Report RejectNegative Negative(maix32) Mask(64BIT)
Compile for 64-bit pointers Compile for 64-bit pointers
maix32 maix32
Target Report RejectNegative InverseMask(64BIT) Target Report RejectNegative Negative(maix64) InverseMask(64BIT)
Compile for 32-bit pointers Compile for 32-bit pointers
mpe mpe
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment