summaryrefslogtreecommitdiff
path: root/gcc/config/s390/s390.opt
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/s390/s390.opt')
-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 72b336d02a5..9b6d9df5802 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