PR rtl-optimization/88018
[official-gcc.git] / gcc / config / pdp11 / pdp11.opt
blob79fca28b665cd015d0b766e0e71d830e87edf95c
1 ; Options for the PDP11 port of the compiler.
3 ; Copyright (C) 2005-2018 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 m10
22 Target RejectNegative
23 Generate code for an 11/10.
25 m40
26 Target Report Mask(40)
27 Generate code for an 11/40.
29 m45
30 Target Report Mask(45)
31 Generate code for an 11/45.
33 mac0
34 Target Report Mask(AC0)
35 Return floating-point results in ac0 (fr0 in Unix assembler syntax).
37 mdec-asm
38 Target RejectNegative Report Mask(DEC_ASM) Negative(mgnu-asm)
39 Use the DEC assembler syntax.
41 mgnu-asm
42 Target RejectNegative Report Mask(GNU_ASM) Negative(munix-asm)
43 Use the GNU assembler syntax.
45 mfpu
46 Target RejectNegative Report Mask(FPU)
47 Use hardware floating point.
49 mint16
50 Target Report InverseMask(INT32, INT16)
51 Use 16 bit int.
53 mint32
54 Target Report Mask(INT32)
55 Use 32 bit int.
57 msoft-float
58 Target RejectNegative Report InverseMask(FPU, SOFT_FLOAT)
59 Do not use hardware floating point.
61 msplit
62 Target Report Mask(SPLIT)
63 Target has split I&D.
65 munix-asm
66 Target RejectNegative Report Mask(UNIX_ASM) Negative(mdec-asm)
67 Use UNIX assembler syntax.
69 mlra
70 Target Report Mask(LRA)
71 Use LRA register allocator.