1; Copyright (C) 2009-2020 Free Software Foundation, Inc.
2;
3; This file is part of GCC.
4;
5; GCC is free software; you can redistribute it and/or modify it under
6; the terms of the GNU General Public License as published by the Free
7; Software Foundation; either version 3, or (at your option) any later
8; version.
9;
10; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
11; WARRANTY; without even the implied warranty of MERCHANTABILITY or
12; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
13; for more details.
14;
15; You should have received a copy of the GNU General Public License
16; along with GCC; see the file COPYING3.  If not see
17; <http://www.gnu.org/licenses/>.
18
19HeaderInclude
20config/vms/vms-opts.h
21
22map
23Target RejectNegative
24
25mmalloc64
26Target Report Var(flag_vms_malloc64) Init(1)
27Malloc data into P2 space.
28
29mdebug-main=
30Target RejectNegative Joined Var(vms_debug_main)
31Set name of main routine for the debugger.
32
33mvms-return-codes
34Target Report Var(flag_vms_return_codes)
35Use VMS exit codes instead of posix ones.
36
37mpointer-size=
38Target Joined Report RejectNegative Enum(vms_pointer_size) Var(flag_vms_pointer_size) Init(VMS_POINTER_SIZE_NONE)
39-mpointer-size=[no,32,short,64,long]	Set the default pointer size.
40
41Enum
42Name(vms_pointer_size) Type(enum vms_pointer_size) UnknownError(unknown pointer size model %qs)
43
44EnumValue
45Enum(vms_pointer_size) String(no) Value(VMS_POINTER_SIZE_NONE)
46
47EnumValue
48Enum(vms_pointer_size) String(32) Value(VMS_POINTER_SIZE_32)
49
50EnumValue
51Enum(vms_pointer_size) String(short) Value(VMS_POINTER_SIZE_32)
52
53EnumValue
54Enum(vms_pointer_size) String(64) Value(VMS_POINTER_SIZE_64)
55
56EnumValue
57Enum(vms_pointer_size) String(long) Value(VMS_POINTER_SIZE_64)
58
59; The float representation format in effect for Ada
60Variable
61char vms_float_format = 'I'
62
63; This comment is to ensure we retain the blank line above.
64