Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / config / s390 / s390.opt
1 ; Options for the S/390 / zSeries port of the compiler.
2
3 ; Copyright (C) 2005-2013 Free Software Foundation, Inc.
4 ;
5 ; This file is part of GCC.
6 ;
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 3, or (at your option) any later
10 ; version.
11 ;
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.
16 ;
17 ; You should have received a copy of the GNU General Public License
18 ; along with GCC; see the file COPYING3.  If not see
19 ; <http://www.gnu.org/licenses/>.
20
21 HeaderInclude
22 config/s390/s390-opts.h
23
24 ; The architecture name to use in diagnostics.
25 Variable
26 const char *s390_arch_string
27
28 Variable
29 int s390_tune_flags
30
31 Variable
32 int s390_arch_flags
33
34 Variable
35 HOST_WIDE_INT s390_warn_framesize = 0
36
37 m31
38 Target Report RejectNegative Negative(m64) InverseMask(64BIT)
39 31 bit ABI
40
41 m64
42 Target Report RejectNegative Negative(m31) Mask(64BIT)
43 64 bit ABI
44
45 march=
46 Target RejectNegative Joined Enum(processor_type) Var(s390_arch) Init(PROCESSOR_max)
47 Generate code for given CPU
48
49 Enum
50 Name(processor_type) Type(enum processor_type)
51
52 EnumValue
53 Enum(processor_type) String(g5) Value(PROCESSOR_9672_G5)
54
55 EnumValue
56 Enum(processor_type) String(g6) Value(PROCESSOR_9672_G6)
57
58 EnumValue
59 Enum(processor_type) String(z900) Value(PROCESSOR_2064_Z900)
60
61 EnumValue
62 Enum(processor_type) String(z990) Value(PROCESSOR_2084_Z990)
63
64 EnumValue
65 Enum(processor_type) String(z9-109) Value(PROCESSOR_2094_Z9_109)
66
67 EnumValue
68 Enum(processor_type) String(z9-ec) Value(PROCESSOR_2094_Z9_EC)
69
70 EnumValue
71 Enum(processor_type) String(z10) Value(PROCESSOR_2097_Z10)
72
73 EnumValue
74 Enum(processor_type) String(z196) Value(PROCESSOR_2817_Z196)
75
76 EnumValue
77 Enum(processor_type) String(zEC12) Value(PROCESSOR_2827_ZEC12)
78
79 mbackchain
80 Target Report Mask(BACKCHAIN)
81 Maintain backchain pointer
82
83 mdebug
84 Target Report Mask(DEBUG_ARG)
85 Additional debug prints
86
87 mesa
88 Target Report RejectNegative Negative(mzarch) InverseMask(ZARCH)
89 ESA/390 architecture
90
91 mhard-dfp
92 Target Report Mask(HARD_DFP)
93 Enable decimal floating point hardware support
94
95 mhard-float
96 Target Report RejectNegative Negative(msoft-float) InverseMask(SOFT_FLOAT, HARD_FLOAT)
97 Enable hardware floating point
98
99 mlong-double-128
100 Target Report RejectNegative Negative(mlong-double-64) Mask(LONG_DOUBLE_128)
101 Use 128-bit long double
102
103 mlong-double-64
104 Target Report RejectNegative Negative(mlong-double-128) InverseMask(LONG_DOUBLE_128)
105 Use 64-bit long double
106
107 mpacked-stack
108 Target Report Mask(PACKED_STACK)
109 Use packed stack layout
110
111 msmall-exec
112 Target Report Mask(SMALL_EXEC)
113 Use bras for executable < 64k
114
115 msoft-float
116 Target Report RejectNegative Negative(mhard-float) Mask(SOFT_FLOAT)
117 Disable hardware floating point
118
119 mstack-guard=
120 Target RejectNegative Joined UInteger Var(s390_stack_guard)
121 Set the max. number of bytes which has to be left to stack size before a trap instruction is triggered
122
123 mstack-size=
124 Target RejectNegative Joined UInteger Var(s390_stack_size)
125 Emit extra code in the function prologue in order to trap if the stack size exceeds the given limit
126
127 mtune=
128 Target RejectNegative Joined Enum(processor_type) Var(s390_tune) Init(PROCESSOR_max)
129 Schedule code for given CPU
130
131 mmvcle
132 Target Report Mask(MVCLE)
133 mvcle use
134
135 mwarn-dynamicstack
136 Target RejectNegative Var(s390_warn_dynamicstack_p)
137 Warn if a function uses alloca or creates an array with dynamic size
138
139 mwarn-framesize=
140 Target RejectNegative Joined
141 Warn if a single function's framesize exceeds the given framesize
142
143 mzarch
144 Target Report RejectNegative Negative(mesa) Mask(ZARCH)
145 z/Architecture
146
147 mbranch-cost=
148 Target Report Joined RejectNegative UInteger Var(s390_branch_cost) Init(1)
149 Set the branch costs for conditional branch instructions.  Reasonable
150 values are small, non-negative integers.  The default branch cost is
151 1.