Remove MaskExists property from config/*/*.opt files

2012-03-27  H.J. Lu  <hongjiu.lu@intel.com>

	* config/arm/arm.opt (mapcs): Remove MaskExists.
	* config/cris/linux.opt (mno-gotplt): Likewise.
	* config/i386/i386.opt (mhard-float): Likewise.
	(msse4): Likewise.
	(mno-sse4): Likewise.
	* config/m68k/m68k.opt (mhard-float): Likewise.
	* config/mep/mep.op (mcop32): Likewise.
	* config/pa/pa-hpux.opt (msio): Likewise.
	* config/pa/pa64-hpux.opt (mgnu-ld): Likewise.
	* config/picochip/picochip.opt (mlittle): Likewise.
	* config/sh/sh.opt (mrenesas): Likewise.
	* config/sparc/long-double-switch.opt (mlong-double-128): Likewise.
	* config/sparc/sparc.opt (mhard-float): Likewise.
	* config/v850/v850.opt (mv850es): Likewise.
	* config/vax/vax.opt (mg-float): Likewise.

From-SVN: r185893
This commit is contained in:
H.J. Lu 2012-03-27 19:37:24 +00:00 committed by H.J. Lu
parent 429576acea
commit 719e1e80d4
15 changed files with 34 additions and 16 deletions

View File

@ -1,3 +1,21 @@
2012-03-27 H.J. Lu <hongjiu.lu@intel.com>
* config/arm/arm.opt (mapcs): Remove MaskExists.
* config/cris/linux.opt (mno-gotplt): Likewise.
* config/i386/i386.opt (mhard-float): Likewise.
(msse4): Likewise.
(mno-sse4): Likewise.
* config/m68k/m68k.opt (mhard-float): Likewise.
* config/mep/mep.op (mcop32): Likewise.
* config/pa/pa-hpux.opt (msio): Likewise.
* config/pa/pa64-hpux.opt (mgnu-ld): Likewise.
* config/picochip/picochip.opt (mlittle): Likewise.
* config/sh/sh.opt (mrenesas): Likewise.
* config/sparc/long-double-switch.opt (mlong-double-128): Likewise.
* config/sparc/sparc.opt (mhard-float): Likewise.
* config/v850/v850.opt (mv850es): Likewise.
* config/vax/vax.opt (mg-float): Likewise.
2012-03-27 Martin Jambor <mjambor@suse.cz>
PR middle-end/52693

View File

@ -59,7 +59,7 @@ Target Report Mask(ABORT_NORETURN)
Generate a call to abort if a noreturn function returns
mapcs
Target RejectNegative Mask(APCS_FRAME) MaskExists Undocumented
Target RejectNegative Mask(APCS_FRAME) Undocumented
mapcs-float
Target Report Mask(APCS_FLOAT)

View File

@ -23,7 +23,7 @@ mlinux
Target Report RejectNegative Undocumented
mno-gotplt
Target Report RejectNegative Mask(AVOID_GOTPLT) MaskExists
Target Report RejectNegative Mask(AVOID_GOTPLT)
Together with -fpic and -fPIC, do not use GOTPLT references
; There's a small added setup cost with using GOTPLT references

View File

@ -218,7 +218,7 @@ EnumValue
Enum(fpmath_unit) String(both) Value({(enum fpmath_unit) (FPMATH_SSE | FPMATH_387)})
mhard-float
Target RejectNegative Mask(80387) MaskExists Save
Target RejectNegative Mask(80387) Save
Use hardware fp
mieee-fp
@ -469,11 +469,11 @@ Target Report Mask(ISA_SSE4_2) Var(ix86_isa_flags) Save
Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1 and SSE4.2 built-in functions and code generation
msse4
Target RejectNegative Report Mask(ISA_SSE4_2) MaskExists Var(ix86_isa_flags) Save
Target RejectNegative Report Mask(ISA_SSE4_2) Var(ix86_isa_flags) Save
Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1 and SSE4.2 built-in functions and code generation
mno-sse4
Target RejectNegative Report InverseMask(ISA_SSE4_1) MaskExists Var(ix86_isa_flags) Save
Target RejectNegative Report InverseMask(ISA_SSE4_1) Var(ix86_isa_flags) Save
Do not support SSE4.1 and SSE4.2 built-in functions and code generation
msse5

View File

@ -136,7 +136,7 @@ Target RejectNegative
Generate code for a Fido A
mhard-float
Target RejectNegative Mask(HARD_FLOAT) MaskExists
Target RejectNegative Mask(HARD_FLOAT)
Generate code which uses hardware floating point instructions
mid-shared-library

View File

@ -55,7 +55,7 @@ Target Mask(COP)
Enable MeP Coprocessor
mcop32
Target Mask(COP) MaskExists RejectNegative
Target Mask(COP) RejectNegative
Enable MeP Coprocessor with 32-bit registers
mcop64

View File

@ -23,7 +23,7 @@ Variable
int flag_pa_unix = TARGET_HPUX_11_31 ? 2003 : TARGET_HPUX_11_11 ? 1998 : TARGET_HPUX_10_10 ? 1995 : 1993
msio
Target RejectNegative Mask(SIO) MaskExists
Target RejectNegative Mask(SIO)
Generate cpp defines for server IO
munix=93

View File

@ -19,7 +19,7 @@
; <http://www.gnu.org/licenses/>.
mgnu-ld
Target RejectNegative Mask(GNU_LD) MaskExists
Target RejectNegative Mask(GNU_LD)
Assume code will be linked by GNU ld
mhp-ld

View File

@ -43,4 +43,4 @@ Target Mask(INEFFICIENT_WARNINGS)
Generate warnings when inefficient code is known to be generated.
minefficient
Target Mask(INEFFICIENT_WARNINGS) MaskExists Undocumented
Target Mask(INEFFICIENT_WARNINGS) Undocumented

View File

@ -66,7 +66,7 @@ Target Report RejectNegative Mask(LITTLE_ENDIAN)
Produce little endian code
mlittle
Target Report RejectNegative Mask(LITTLE_ENDIAN) MaskExists
Target Report RejectNegative Mask(LITTLE_ENDIAN)
Produce little endian code
mbig-endian

View File

@ -316,7 +316,7 @@ Target Report RejectNegative Mask(RELAX)
Shorten address references during linking
mrenesas
Target Mask(HITACHI) MaskExists
Target Mask(HITACHI)
Follow Renesas (formerly Hitachi) / SuperH calling conventions
msoft-atomic

View File

@ -19,7 +19,7 @@
; <http://www.gnu.org/licenses/>.
mlong-double-128
Target Report RejectNegative Mask(LONG_DOUBLE_128) MaskExists
Target Report RejectNegative Mask(LONG_DOUBLE_128)
Use 128-bit long double
mlong-double-64

View File

@ -30,7 +30,7 @@ Target Report Mask(FPU)
Use hardware FP
mhard-float
Target RejectNegative Mask(FPU) MaskExists
Target RejectNegative Mask(FPU)
Use hardware FP
msoft-float

View File

@ -102,7 +102,7 @@ Target RejectNegative Mask(V850E1)
Compile for the v850e1 processor
mv850es
Target RejectNegative Mask(V850E1) MaskExists
Target RejectNegative Mask(V850E1)
Compile for the v850es variant of the v850e1
mv850e2

View File

@ -31,7 +31,7 @@ Target RejectNegative Mask(G_FLOAT)
Generate GFLOAT double precision code
mg-float
Target RejectNegative Mask(G_FLOAT) MaskExists
Target RejectNegative Mask(G_FLOAT)
Generate GFLOAT double precision code
mgnu