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