aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/vms_data.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/vms_data.ads')
-rw-r--r--gcc/ada/vms_data.ads15
1 files changed, 13 insertions, 2 deletions
diff --git a/gcc/ada/vms_data.ads b/gcc/ada/vms_data.ads
index 91ee51d..f92788a 100644
--- a/gcc/ada/vms_data.ads
+++ b/gcc/ada/vms_data.ads
@@ -2299,7 +2299,11 @@ package VMS_Data is
"SYMBOLIC " &
"-gnatR3 " &
"SYMBOLIC_FILE " &
- "-gnatR3s";
+ "-gnatR3s " &
+ "MECHANISMS " &
+ "-gnatRm " &
+ "MECHANISMS_FILE " &
+ "-gnatRms";
-- /NOREPRESENTATION_INFO (D)
-- /REPRESENTATION_INFO[=(keyword[,...])]
--
@@ -2330,6 +2334,13 @@ package VMS_Data is
-- with the name 'file_rep' where 'file' is the name
-- of the corresponding source file.
--
+ -- MECHANISMS List convention and argument passing mechanisms
+ -- for all subprograms
+ --
+ -- MECHANISMS_FILE Similar to MECHANISMS, but the output is to a file
+ -- with the name 'file_rep' where file is the name
+ -- of the corresponding source file.
+ --
-- DEFAULT Equivalent to ARRAYS.
S_GCC_RepinfX : aliased constant S := "/NOREPRESENTATION_INFO " &
@@ -2491,7 +2502,7 @@ package VMS_Data is
"XTRA_PARENS " &
"-gnaty-x " &
"NOXTRA_PARENS " &
- "-gnaty-x ";
+ "-gnaty-x";
-- /NOSTYLE_CHECKS (D)
-- /STYLE_CHECKS[=(keyword,[...])]
--