diff options
author | Andreas Krebbel <krebbel1@de.ibm.com> | 2007-11-27 15:12:45 +0000 |
---|---|---|
committer | Andreas Krebbel <krebbel@gcc.gnu.org> | 2007-11-27 15:12:45 +0000 |
commit | 512d15e0ffc2219d3cf68e70f3cdaeb4944ae7db (patch) | |
tree | 584b9605a424666490801e79bfb7803e6295e647 | |
parent | 25b6dd9cde22f34790a17ada051b7b89cbcf1123 (diff) | |
download | gcc-512d15e0ffc2219d3cf68e70f3cdaeb4944ae7db.zip gcc-512d15e0ffc2219d3cf68e70f3cdaeb4944ae7db.tar.gz gcc-512d15e0ffc2219d3cf68e70f3cdaeb4944ae7db.tar.bz2 |
s390.opt (mhard-float): Add the option to be overridden.
2007-11-27 Andreas Krebbel <krebbel1@de.ibm.com>
* config/s390/s390.opt (mhard-float): Add the option to be
overridden. That was missing in my last patch.
From-SVN: r130469
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/s390/s390.opt | 2 |
2 files changed, 6 insertions, 1 deletions
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 <krebbel1@de.ibm.com> + + * config/s390/s390.opt (mhard-float): Add the option to be + overridden. That was missing in my last patch. + 2007-11-27 Richard Guenther <rguenther@suse.de> 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 |