* tree-ssa-phiopt.c, config/arm/arm.c, config/fr30/fr30.md,
[official-gcc.git] / gcc / config / s390 / s390.opt
blob9ece6f13a3cd7878c840ebe038c622004c8645c0
1 ; Options for the S/390 / zSeries port of the compiler.
3 ; Copyright (C) 2005 Free Software Foundation, Inc.
5 ; This file is part of GCC.
7 ; GCC is free software; you can redistribute it and/or modify it under
8 ; the terms of the GNU General Public License as published by the Free
9 ; Software Foundation; either version 2, or (at your option) any later
10 ; version.
12 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 ; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15 ; for more details.
17 ; You should have received a copy of the GNU General Public License
18 ; along with GCC; see the file COPYING.  If not, write to the Free
19 ; Software Foundation, 59 Temple Place - Suite 330, Boston, MA
20 ; 02111-1307, USA.
22 m31
23 Target Report RejectNegative InverseMask(64BIT)
24 31 bit ABI
26 m64
27 Target Report RejectNegative Mask(64BIT)
28 64 bit ABI
30 march=
31 Target RejectNegative Joined
32 Generate code for given CPU
34 mbackchain
35 Target Report Mask(BACKCHAIN)
36 Maintain backchain pointer
38 mdebug
39 Target Report Mask(DEBUG_ARG)
40 Additional debug prints
42 mesa
43 Target Report RejectNegative InverseMask(ZARCH)
44 ESA/390 architecture
46 mfused-madd
47 Target Report Mask(FUSED_MADD)
48 Enable fused multiply/add instructions
50 mhard-float
51 Target Report RejectNegative Mask(HARD_FLOAT)
52 Use hardware fp
54 mpacked-stack
55 Target Report Mask(PACKED_STACK)
56 Use packed stack layout
58 msmall-exec
59 Target Report Mask(SMALL_EXEC)
60 Use bras for executable < 64k
62 msoft-float
63 Target Report RejectNegative InverseMask(HARD_FLOAT, SOFT_FLOAT)
64 Don't use hardware fp
66 mstack-guard=
67 Target RejectNegative Joined
68 Set the max. number of bytes which has to be left to stack size before a trap instruction is triggered
70 mstack-size=
71 Target RejectNegative Joined
72 Emit extra code in the function prologue in order to trap if the stack size exceeds the given limit
74 mtpf-trace
75 Target Report Mask(TPF_PROFILING)
76 Enable tpf OS tracing code
78 mtune=
79 Target RejectNegative Joined
80 Schedule code for given CPU
82 mvcle
83 Target Report Mask(MVCLE)
84 mvcle use
86 mwarn-dynamicstack
87 Target RejectNegative Var(s390_warn_dynamicstack_p)
88 Warn if a function uses alloca or creates an array with dynamic size
90 mwarn-framesize=
91 Target RejectNegative Joined
92 Warn if a single function's framesize exceeds the given framesize
94 mzarch
95 Target Report RejectNegative Mask(ZARCH)
96 z/Architecture