]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/vms/vms.opt
Update copyright years.
[thirdparty/gcc.git] / gcc / config / vms / vms.opt
CommitLineData
8d9254fc 1; Copyright (C) 2009-2020 Free Software Foundation, Inc.
71cd2220
DR
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
d8aba32a
TG
19HeaderInclude
20config/vms/vms-opts.h
21
cdde6ab4 22map
7de97f9e 23Target RejectNegative
cdde6ab4 24
71cd2220 25mmalloc64
d8aba32a 26Target Report Var(flag_vms_malloc64) Init(1)
a7b2e184 27Malloc data into P2 space.
71cd2220
DR
28
29mdebug-main=
30Target RejectNegative Joined Var(vms_debug_main)
a7b2e184 31Set name of main routine for the debugger.
cdde6ab4
JM
32
33mvms-return-codes
d8aba32a 34Target Report Var(flag_vms_return_codes)
a7b2e184 35Use VMS exit codes instead of posix ones.
d8aba32a
TG
36
37mpointer-size=
38Target Joined Report RejectNegative Enum(vms_pointer_size) Var(flag_vms_pointer_size) Init(VMS_POINTER_SIZE_NONE)
a7b2e184 39-mpointer-size=[no,32,short,64,long] Set the default pointer size.
d8aba32a
TG
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
21d89690
DR
59; The float representation format in effect for Ada
60Variable
61char vms_float_format = 'I'
62
d8aba32a 63; This comment is to ensure we retain the blank line above.