* altivec.md: Delete UNSPEC_VMLADDUHM.
[official-gcc.git] / gcc / config / pdp11 / pdp11.opt
blob8fab76a201136c5ec9272cd6839c4ea743557852
1 ; Options for the PDP11 port of the compiler.
3 ; Copyright (C) 2005-2015 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 mbcopy
38 Target RejectNegative Report Mask(BCOPY)
39 Do not use inline patterns for copying memory
41 mbcopy-builtin
42 Target RejectNegative Report InverseMask(BCOPY, BCOPY_BUILTIN)
43 Use inline patterns for copying memory
45 mbranch-cheap
46 Target RejectNegative Report InverseMask(BRANCH_EXPENSIVE, BRANCH_CHEAP)
47 Do not pretend that branches are expensive
49 mbranch-expensive
50 Target RejectNegative Report Mask(BRANCH_EXPENSIVE)
51 Pretend that branches are expensive
53 mdec-asm
54 Target RejectNegative Report InverseMask(UNIX_ASM)
55 Use the DEC assembler syntax
57 mfloat32
58 Target Report Mask(FLOAT32)
59 Use 32 bit float
61 mfloat64
62 Target Report InverseMask(FLOAT32, FLOAT64)
63 Use 64 bit float
65 mfpu
66 Target RejectNegative Report Mask(FPU)
67 Use hardware floating point
69 mint16
70 Target Report InverseMask(INT32, INT16)
71 Use 16 bit int
73 mint32
74 Target Report Mask(INT32)
75 Use 32 bit int
77 msoft-float
78 Target RejectNegative Report InverseMask(FPU, SOFT_FLOAT)
79 Do not use hardware floating point
81 msplit
82 Target Report Mask(SPLIT)
83 Target has split I&D
85 munix-asm
86 Target RejectNegative Report Mask(UNIX_ASM)
87 Use UNIX assembler syntax