From 512d15e0ffc2219d3cf68e70f3cdaeb4944ae7db Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Tue, 27 Nov 2007 15:12:45 +0000 Subject: [PATCH] s390.opt (mhard-float): Add the option to be overridden. 2007-11-27 Andreas Krebbel * config/s390/s390.opt (mhard-float): Add the option to be overridden. That was missing in my last patch. From-SVN: r130469 --- gcc/ChangeLog | 5 +++++ gcc/config/s390/s390.opt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f7cf3af..eeca68a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-11-27 Andreas Krebbel + + * config/s390/s390.opt (mhard-float): Add the option to be + overridden. That was missing in my last patch. + 2007-11-27 Richard Guenther PR tree-optimization/34241 diff --git a/gcc/config/s390/s390.opt b/gcc/config/s390/s390.opt index 9b6d9df..9451b74 100644 --- a/gcc/config/s390/s390.opt +++ b/gcc/config/s390/s390.opt @@ -51,7 +51,7 @@ Target Report Mask(HARD_DFP) Enable decimal floating point hardware support mhard-float -Target Report RejectNegative InverseMask(SOFT_FLOAT, HARD_FLOAT) +Target Report RejectNegative Negative(msoft-float) InverseMask(SOFT_FLOAT, HARD_FLOAT) Enable hardware floating point mlong-double-128 -- 2.7.4