]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/vax/vax.opt
Update copyright years.
[thirdparty/gcc.git] / gcc / config / vax / vax.opt
CommitLineData
80529cc0
RS
1; Options for the VAX port of the compiler.
2
a5544970 3; Copyright (C) 2005-2019 Free Software Foundation, Inc.
80529cc0
RS
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
2f83c7d6 9; Software Foundation; either version 3, or (at your option) any later
80529cc0
RS
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
2f83c7d6
NC
18; along with GCC; see the file COPYING3. If not see
19; <http://www.gnu.org/licenses/>.
80529cc0
RS
20
21md
22Target RejectNegative InverseMask(G_FLOAT)
a7b2e184 23Target DFLOAT double precision code.
80529cc0
RS
24
25md-float
26Target RejectNegative InverseMask(G_FLOAT)
a7b2e184 27Target DFLOAT double precision code.
80529cc0
RS
28
29mg
30Target RejectNegative Mask(G_FLOAT)
a7b2e184 31Generate GFLOAT double precision code.
80529cc0
RS
32
33mg-float
719e1e80 34Target RejectNegative Mask(G_FLOAT)
a7b2e184 35Generate GFLOAT double precision code.
80529cc0
RS
36
37mgnu
38Target RejectNegative InverseMask(UNIX_ASM)
a7b2e184 39Generate code for GNU assembler (gas).
80529cc0
RS
40
41munix
42Target RejectNegative Mask(UNIX_ASM)
a7b2e184 43Generate code for UNIX assembler.
80529cc0
RS
44
45mvaxc-alignment
46Target RejectNegative Mask(VAXC_ALIGNMENT)
a7b2e184 47Use VAXC structure conventions.
c4e75102
MT
48
49mqmath
50Target Mask(QMATH)
a7b2e184 51Use new adddi3/subdi3 patterns.