From c8402ecc4a4f27cbca307e91a9b0d5fef4349d63 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 27 Nov 2007 23:17:29 +0000 Subject: [PATCH] aix64.opt (maix64): Add Negative(maix32). * config/rs6000/aix64.opt (maix64): Add Negative(maix32). (maix32): Add Negative(maix64). From-SVN: r130478 --- gcc/ChangeLog | 5 +++++ gcc/config/rs6000/aix64.opt | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ad29de12581..cc16b231d79 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-11-28 Ben Elliston + + * config/rs6000/aix64.opt (maix64): Add Negative(maix32). + (maix32): Add Negative(maix64). + 2007-11-27 Jakub Jelinek PR tree-optimization/34016 diff --git a/gcc/config/rs6000/aix64.opt b/gcc/config/rs6000/aix64.opt index 162aff45dc1..2ffcff61eb7 100644 --- a/gcc/config/rs6000/aix64.opt +++ b/gcc/config/rs6000/aix64.opt @@ -20,11 +20,11 @@ ; . 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 -- 2.30.2