aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorAndreas Krebbel <krebbel1@de.ibm.com>2007-11-27 12:52:31 +0000
committerAndreas Krebbel <krebbel@gcc.gnu.org>2007-11-27 12:52:31 +0000
commitcba04b96602e2a6dfbfe9b5d02d2794cd51800a6 (patch)
treecb0cc685f8cfe24203c3e4125ed7ff908c1a6ab2 /gcc/config
parentf4577fcd487059390e485acfd3517648652e6557 (diff)
downloadgcc-cba04b96602e2a6dfbfe9b5d02d2794cd51800a6.zip
gcc-cba04b96602e2a6dfbfe9b5d02d2794cd51800a6.tar.gz
gcc-cba04b96602e2a6dfbfe9b5d02d2794cd51800a6.tar.bz2
s390.opt (m31, [...]): Add the option to be overridden.
2007-11-27 Andreas Krebbel <krebbel1@de.ibm.com> * config/s390/s390.opt (m31, m64, mesa, mzarch, msoft-float, mhard-float, mlong-double-64, mlong-double-128): Add the option to be overridden. From-SVN: r130466
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/s390/s390.opt14
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/config/s390/s390.opt b/gcc/config/s390/s390.opt
index 72b336d..9b6d9df 100644
--- a/gcc/config/s390/s390.opt
+++ b/gcc/config/s390/s390.opt
@@ -19,11 +19,11 @@
; <http://www.gnu.org/licenses/>.
m31
-Target Report RejectNegative InverseMask(64BIT)
+Target Report RejectNegative Negative(m64) InverseMask(64BIT)
31 bit ABI
m64
-Target Report RejectNegative Mask(64BIT)
+Target Report RejectNegative Negative(m31) Mask(64BIT)
64 bit ABI
march=
@@ -39,7 +39,7 @@ Target Report Mask(DEBUG_ARG)
Additional debug prints
mesa
-Target Report RejectNegative InverseMask(ZARCH)
+Target Report RejectNegative Negative(mzarch) InverseMask(ZARCH)
ESA/390 architecture
mfused-madd
@@ -55,11 +55,11 @@ Target Report RejectNegative InverseMask(SOFT_FLOAT, HARD_FLOAT)
Enable hardware floating point
mlong-double-128
-Target Report RejectNegative Mask(LONG_DOUBLE_128)
+Target Report RejectNegative Negative(mlong-double-64) Mask(LONG_DOUBLE_128)
Use 128-bit long double
mlong-double-64
-Target Report RejectNegative InverseMask(LONG_DOUBLE_128)
+Target Report RejectNegative Negative(mlong-double-128) InverseMask(LONG_DOUBLE_128)
Use 64-bit long double
mpacked-stack
@@ -71,7 +71,7 @@ Target Report Mask(SMALL_EXEC)
Use bras for executable < 64k
msoft-float
-Target Report RejectNegative Mask(SOFT_FLOAT)
+Target Report RejectNegative Negative(mhard-float) Mask(SOFT_FLOAT)
Disable hardware floating point
mstack-guard=
@@ -99,5 +99,5 @@ Target RejectNegative Joined
Warn if a single function's framesize exceeds the given framesize
mzarch
-Target Report RejectNegative Mask(ZARCH)
+Target Report RejectNegative Negative(mesa) Mask(ZARCH)
z/Architecture