1 ; Options for the Motorola MCore 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
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
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
23 Target RejectNegative Report InverseMask(M340)
24 Generate code for the M*Core M210
27 Target RejectNegative Report Mask(M340)
28 Generate code for the M*Core M340
31 Target RejectNegative Report InverseMask(8ALIGN)
32 Set maximum alignment to 4
35 Target Report Mask(OVERALIGN_FUNC)
36 Force functions to be aligned to a 4 byte boundary
39 Target RejectNegative Report Mask(8ALIGN)
40 Set maximum alignment to 8
43 Target RejectNegative Report InverseMask(LITTLE_END)
44 Generate big-endian code
47 Target Report Mask(CG_DATA)
48 Emit call graph information
51 Target Report Mask(DIV)
52 Use the divide instruction
55 Target Report Mask(HARDLIT)
56 Inline constants if it can be done in 2 insns or less
59 Target RejectNegative Report Mask(LITTLE_END)
60 Generate little-endian code
62 ; Not used by the compiler proper.
64 Target RejectNegative Undocumented
67 Target Report Mask(RELAX_IMM)
68 Use arbitrary sized immediates in bit operations
71 Target Report Mask(SLOW_BYTES)
72 Prefer word accesses over byte accesses
75 Target RejectNegative Joined UInteger Var(mcore_stack_increment) VarExists
76 Set the maximum amount for a single stack increment operation
79 Target Report Mask(W_FIELD)
80 Always treat bitfields as int-sized