From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/gcc~13/vms-options.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 devdocs/gcc~13/vms-options.html (limited to 'devdocs/gcc~13/vms-options.html') diff --git a/devdocs/gcc~13/vms-options.html b/devdocs/gcc~13/vms-options.html new file mode 100644 index 00000000..3c73748d --- /dev/null +++ b/devdocs/gcc~13/vms-options.html @@ -0,0 +1,17 @@ +

3.19.52 VMS Options

These ‘-m’ options are defined for the VMS implementations:

+-mvms-return-codes +
+

Return VMS condition codes from main. The default is to return POSIX-style condition (e.g. error) codes.

+-mdebug-main=prefix +
+

Flag the first routine whose name starts with prefix as the main routine for the debugger.

+-mmalloc64 +
+

Default to 64-bit memory allocation routines.

+-mpointer-size=size +

Set the default size of pointers. Possible options for size are ‘32’ or ‘short’ for 32 bit pointers, ‘64’ or ‘long’ for 64 bit pointers, and ‘no’ for supporting only 32 bit pointers. The later option disables pragma pointer_size.

+

+ © Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
+ https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/VMS-Options.html +

+
-- cgit v1.2.3