Commit cba04b96 by Andreas Krebbel Committed by Andreas Krebbel

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
parent f4577fcd
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.
2007-11-27 Richard Guenther <rguenther@suse.de> 2007-11-27 Richard Guenther <rguenther@suse.de>
* builtins.c (fold_builtin_1): Verify the argument types * builtins.c (fold_builtin_1): Verify the argument types
...@@ -19,11 +19,11 @@ ...@@ -19,11 +19,11 @@
; <http://www.gnu.org/licenses/>. ; <http://www.gnu.org/licenses/>.
m31 m31
Target Report RejectNegative InverseMask(64BIT) Target Report RejectNegative Negative(m64) InverseMask(64BIT)
31 bit ABI 31 bit ABI
m64 m64
Target Report RejectNegative Mask(64BIT) Target Report RejectNegative Negative(m31) Mask(64BIT)
64 bit ABI 64 bit ABI
march= march=
...@@ -39,7 +39,7 @@ Target Report Mask(DEBUG_ARG) ...@@ -39,7 +39,7 @@ Target Report Mask(DEBUG_ARG)
Additional debug prints Additional debug prints
mesa mesa
Target Report RejectNegative InverseMask(ZARCH) Target Report RejectNegative Negative(mzarch) InverseMask(ZARCH)
ESA/390 architecture ESA/390 architecture
mfused-madd mfused-madd
...@@ -55,11 +55,11 @@ Target Report RejectNegative InverseMask(SOFT_FLOAT, HARD_FLOAT) ...@@ -55,11 +55,11 @@ Target Report RejectNegative InverseMask(SOFT_FLOAT, HARD_FLOAT)
Enable hardware floating point Enable hardware floating point
mlong-double-128 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 Use 128-bit long double
mlong-double-64 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 Use 64-bit long double
mpacked-stack mpacked-stack
...@@ -71,7 +71,7 @@ Target Report Mask(SMALL_EXEC) ...@@ -71,7 +71,7 @@ Target Report Mask(SMALL_EXEC)
Use bras for executable < 64k Use bras for executable < 64k
msoft-float msoft-float
Target Report RejectNegative Mask(SOFT_FLOAT) Target Report RejectNegative Negative(mhard-float) Mask(SOFT_FLOAT)
Disable hardware floating point Disable hardware floating point
mstack-guard= mstack-guard=
...@@ -99,5 +99,5 @@ Target RejectNegative Joined ...@@ -99,5 +99,5 @@ Target RejectNegative Joined
Warn if a single function's framesize exceeds the given framesize Warn if a single function's framesize exceeds the given framesize
mzarch mzarch
Target Report RejectNegative Mask(ZARCH) Target Report RejectNegative Negative(mesa) Mask(ZARCH)
z/Architecture z/Architecture
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment