* config/i386/i386.c (ix86_expand_prologue): Tighten assert
[official-gcc.git] / gcc / config / iq2000 / iq2000.opt
blobbc98ef150325d4e2fd260f03d632c4ebb5366a06
1 ; Options for the Vitesse IQ2000 port of the compiler.
3 ; Copyright (C) 2005-2017 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 3, 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 COPYING3.  If not see
19 ; <http://www.gnu.org/licenses/>.
21 HeaderInclude
22 config/iq2000/iq2000-opts.h
24 ; The target cpu for optimization and scheduling.
25 Variable
26 enum processor_type iq2000_tune = PROCESSOR_DEFAULT
28 ; This option has no effect at the moment.
29 march=
30 Target RejectNegative Joined Enum(iq2000_arch)
31 Specify CPU for code generation purposes.
33 Enum
34 Name(iq2000_arch) Type(int)
36 EnumValue
37 Enum(iq2000_arch) String(default) Value(0)
39 EnumValue
40 Enum(iq2000_arch) String(DEFAULT) Value(0)
42 EnumValue
43 Enum(iq2000_arch) String(iq2000) Value(0)
45 mcpu=
46 Target RejectNegative Joined Enum(iq2000_tune) Var(iq2000_tune)
47 Specify CPU for scheduling purposes.
49 Enum
50 Name(iq2000_tune) Type(enum processor_type)
51 Known IQ2000 CPUs (for use with the -mcpu= option):
53 EnumValue
54 Enum(iq2000_tune) String(iq10) Value(PROCESSOR_IQ10)
56 EnumValue
57 Enum(iq2000_tune) String(iq2000) Value(PROCESSOR_IQ2000)
59 membedded-data
60 Target Mask(EMBEDDED_DATA)
61 Use ROM instead of RAM.
63 mgpopt
64 Target Mask(GPOPT)
65 Use GP relative sdata/sbss sections.
67 ; Not used by the compiler proper.
68 mno-crt0
69 Target RejectNegative
70 No default crt0.o.
72 muninit-const-in-rodata
73 Target Mask(UNINIT_CONST_IN_RODATA)
74 Put uninitialized constants in ROM (needs -membedded-data).