]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/config/vax/vax.opt
Update copyright years.
[thirdparty/gcc.git] / gcc / config / vax / vax.opt
1 ; Options for the VAX port of the compiler.
2
3 ; Copyright (C) 2005-2020 Free Software Foundation, Inc.
4 ;
5 ; This file is part of GCC.
6 ;
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.
11 ;
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.
16 ;
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/>.
20
21 md
22 Target RejectNegative InverseMask(G_FLOAT)
23 Target DFLOAT double precision code.
24
25 md-float
26 Target RejectNegative InverseMask(G_FLOAT)
27 Target DFLOAT double precision code.
28
29 mg
30 Target RejectNegative Mask(G_FLOAT)
31 Generate GFLOAT double precision code.
32
33 mg-float
34 Target RejectNegative Mask(G_FLOAT)
35 Generate GFLOAT double precision code.
36
37 mgnu
38 Target RejectNegative InverseMask(UNIX_ASM)
39 Generate code for GNU assembler (gas).
40
41 munix
42 Target RejectNegative Mask(UNIX_ASM)
43 Generate code for UNIX assembler.
44
45 mvaxc-alignment
46 Target RejectNegative Mask(VAXC_ALIGNMENT)
47 Use VAXC structure conventions.
48
49 mqmath
50 Target Mask(QMATH)
51 Use new adddi3/subdi3 patterns.