OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [config/] [s390/] [s390.opt] - Blame information for rev 709

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 709 jeremybenn
; Options for the S/390 / zSeries port of the compiler.
2
 
3
; Copyright (C) 2005, 2006, 2007, 2010, 2011 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
; .
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
mbackchain
77
Target Report Mask(BACKCHAIN)
78
Maintain backchain pointer
79
 
80
mdebug
81
Target Report Mask(DEBUG_ARG)
82
Additional debug prints
83
 
84
mesa
85
Target Report RejectNegative Negative(mzarch) InverseMask(ZARCH)
86
ESA/390 architecture
87
 
88
mhard-dfp
89
Target Report Mask(HARD_DFP)
90
Enable decimal floating point hardware support
91
 
92
mhard-float
93
Target Report RejectNegative Negative(msoft-float) InverseMask(SOFT_FLOAT, HARD_FLOAT)
94
Enable hardware floating point
95
 
96
mlong-double-128
97
Target Report RejectNegative Negative(mlong-double-64) Mask(LONG_DOUBLE_128)
98
Use 128-bit long double
99
 
100
mlong-double-64
101
Target Report RejectNegative Negative(mlong-double-128) InverseMask(LONG_DOUBLE_128)
102
Use 64-bit long double
103
 
104
mpacked-stack
105
Target Report Mask(PACKED_STACK)
106
Use packed stack layout
107
 
108
msmall-exec
109
Target Report Mask(SMALL_EXEC)
110
Use bras for executable < 64k
111
 
112
msoft-float
113
Target Report RejectNegative Negative(mhard-float) Mask(SOFT_FLOAT)
114
Disable hardware floating point
115
 
116
mstack-guard=
117
Target RejectNegative Joined UInteger Var(s390_stack_guard)
118
Set the max. number of bytes which has to be left to stack size before a trap instruction is triggered
119
 
120
mstack-size=
121
Target RejectNegative Joined UInteger Var(s390_stack_size)
122
Emit extra code in the function prologue in order to trap if the stack size exceeds the given limit
123
 
124
mtune=
125
Target RejectNegative Joined Enum(processor_type) Var(s390_tune) Init(PROCESSOR_max)
126
Schedule code for given CPU
127
 
128
mmvcle
129
Target Report Mask(MVCLE)
130
mvcle use
131
 
132
mwarn-dynamicstack
133
Target RejectNegative Var(s390_warn_dynamicstack_p)
134
Warn if a function uses alloca or creates an array with dynamic size
135
 
136
mwarn-framesize=
137
Target RejectNegative Joined
138
Warn if a single function's framesize exceeds the given framesize
139
 
140
mzarch
141
Target Report RejectNegative Negative(mesa) Mask(ZARCH)
142
z/Architecture
143
 
144
mbranch-cost=
145
Target Report Joined RejectNegative UInteger Var(s390_branch_cost) Init(1)
146
Set the branch costs for conditional branch instructions.  Reasonable
147
values are small, non-negative integers.  The default branch cost is
148
1.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.