Update FSF address.
[official-gcc.git] / gcc / config / frv / frv.opt
blob46d2381846ae79d52a44fe950391fb931eb613ad
1 ; Options for the FR-V 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, 51 Franklin Street, Fifth Floor, Boston, MA
20 ; 02110-1301, USA.
22 macc-4
23 Target Report RejectNegative Mask(ACC_4)
24 Use 4 media accumulators
26 macc-8
27 Target Report RejectNegative InverseMask(ACC_4, ACC_8)
28 Use 8 media accumulators
30 malign-labels
31 Target Report Mask(ALIGN_LABELS)
32 Enable label alignment optimizations
34 malloc-cc
35 Target Report RejectNegative Mask(ALLOC_CC)
36 Dynamically allocate cc registers
38 ; We used to default the branch cost to 2, but it was changed it to 1 to avoid
39 ; generating SCC instructions and or/and-ing them together, and then doing the
40 ; branch on the result, which collectively generate much worse code.
41 mbranch-cost=
42 Target RejectNegative Joined UInteger Var(frv_branch_cost_int) Init(1)
43 Set the cost of branches
45 mcond-exec
46 Target Report Mask(COND_EXEC)
47 Enable conditional execution other than moves/scc
49 mcond-exec-insns=
50 Target RejectNegative Joined UInteger Var(frv_condexec_insns) Init(8)
51 Change the maximum length of conditionally-executed sequences
53 mcond-exec-temps=
54 Target RejectNegative Joined UInteger Var(frv_condexec_temps) Init(4)
55 Change the number of temporary registers that are available to conditionally-executed sequences
57 mcond-move
58 Target Report Mask(COND_MOVE)
59 Enable conditional moves
61 mcpu=
62 Target RejectNegative Joined
63 Set the target CPU type
65 mdebug
66 Target Undocumented Var(TARGET_DEBUG)
68 mdebug-arg
69 Target Undocumented Var(TARGET_DEBUG_ARG)
71 mdebug-addr
72 Target Undocumented Var(TARGET_DEBUG_ADDR)
74 mdebug-cond-exec
75 Target Undocumented Var(TARGET_DEBUG_COND_EXEC)
77 mdebug-loc
78 Target Undocumented Var(TARGET_DEBUG_LOC)
80 mdebug-stack
81 Target Undocumented Var(TARGET_DEBUG_STACK)
83 mdouble
84 Target Report Mask(DOUBLE)
85 Use fp double instructions
87 mdword
88 Target Report Mask(DWORD)
89 Change the ABI to allow double word insns
91 mfdpic
92 Target Report Mask(FDPIC)
93 Enable Function Descriptor PIC mode
95 mfixed-cc
96 Target Report RejectNegative InverseMask(ALLOC_CC, FIXED_CC)
97 Just use icc0/fcc0
99 mfpr-32
100 Target Report RejectNegative Mask(FPR_32)
101 Only use 32 FPRs
103 mfpr-64
104 Target Report RejectNegative InverseMask(FPR_32, FPR_64)
105 Use 64 FPRs
107 mgpr-32
108 Target Report RejectNegative Mask(GPR_32)
109 Only use 32 GPRs
111 mgpr-64
112 Target Report RejectNegative InverseMask(GPR_32, GPR_64)
113 Use 64 GPRs
115 mgprel-ro
116 Target Report Mask(GPREL_RO)
117 Enable use of GPREL for read-only data in FDPIC
119 mhard-float
120 Target Report RejectNegative InverseMask(SOFT_FLOAT, HARD_FLOAT)
121 Use hardware floating point
123 minline-plt
124 Target Report Mask(INLINE_PLT)
125 Enable inlining of PLT in function calls
127 mlibrary-pic
128 Target Report Mask(LIBPIC)
129 Enable PIC support for building libraries
131 mlinked-fp
132 Target Report Mask(LINKED_FP)
133 Follow the EABI linkage requirements
135 mlong-calls
136 Target Report Mask(LONG_CALLS)
137 Disallow direct calls to global functions
139 mmedia
140 Target Report Mask(MEDIA)
141 Use media instructions
143 mmuladd
144 Target Report Mask(MULADD)
145 Use multiply add/subtract instructions
147 mmulti-cond-exec
148 Target Report Mask(MULTI_CE)
149 Enable optimizing &&/|| in conditional execution
151 mnested-cond-exec
152 Target Report Mask(NESTED_CE)
153 Enable nested conditional execution optimizations
155 ; Not used by the compiler proper.
156 mno-eflags
157 Target RejectNegative
158 Do not mark ABI switches in e_flags
160 mpack
161 Target Report Mask(PACK)
162 Pack VLIW instructions
164 mscc
165 Target Report Mask(SCC)
166 Enable setting GPRs to the result of comparisons
168 msched-lookahead=
169 Target RejectNegative Joined UInteger Var(frv_sched_lookahead) Init(4)
170 Change the amount of scheduler lookahead
172 msoft-float
173 Target Report RejectNegative Mask(SOFT_FLOAT)
174 Use software floating point
176 mTLS
177 Target Report RejectNegative Mask(BIG_TLS)
178 Assume a large TLS segment
180 mtls
181 Target Report RejectNegative InverseMask(BIG_TLS)
182 Do not assume a large TLS segment
184 ; Not used by the compiler proper.
185 mtomcat-stats
186 Target
187 Cause gas to print tomcat statistics
189 ; Not used by the compiler proper.
190 multilib-library-pic
191 Target RejectNegative
192 Link with the library-pic libraries
194 mvliw-branch
195 Target Report Mask(VLIW_BRANCH)
196 Allow branches to be packed with other instructions