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
21md
22Target RejectNegative InverseMask(G_FLOAT)
23Target DFLOAT double precision code.
24
25md-float
26Target RejectNegative InverseMask(G_FLOAT)
27Target DFLOAT double precision code.
28
29mg
30Target RejectNegative Mask(G_FLOAT)
31Generate GFLOAT double precision code.
32
33mg-float
34Target RejectNegative Mask(G_FLOAT)
35Generate GFLOAT double precision code.
36
37mgnu
38Target RejectNegative InverseMask(UNIX_ASM)
39Generate code for GNU assembler (gas).
40
41munix
42Target RejectNegative Mask(UNIX_ASM)
43Generate code for UNIX assembler.
44
45mvaxc-alignment
46Target RejectNegative Mask(VAXC_ALIGNMENT)
47Use VAXC structure conventions.
48
49mqmath
50Target Mask(QMATH)
51Use new adddi3/subdi3 patterns.
52