summaryrefslogtreecommitdiff
path: root/gcc/ada/vms_conv.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-09 17:20:15 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-09 17:20:15 +0000
commit5b235cdc12cc0c2a93f1f17183d7bf4f3cd9c9ec (patch)
tree64c5c9900ebbf6d79ca3c278f934ab10d71b26a1 /gcc/ada/vms_conv.ads
parented43eecef8bf1b40acd0f3dc50e4cb6b41f7c15b (diff)
downloadgcc-5b235cdc12cc0c2a93f1f17183d7bf4f3cd9c9ec.tar.gz
2005-12-05 Vincent Celier <celier@adacore.com>
* gnatcmd.adb (GNATCmd): GNAT CHECK accepts switch -U If GNAT CHECK is called with a project file, but with no source on the command line, call gnatcheck with all the compilable sources of the project. Take into account the new command Check, for gnatcheck. Treat as for other ASIS tools: take into account project, specific package Check and Compiler switches. For ASIS tools, add the switches in package Compiler for the invocation of the compiler. * prj-attr.adb: Add package Check and its attributes * vms_conv.ads (Command_Type): New command Check, for gnatcheck * vms_conv.adb (Initialize): Change Params of command Check to unlimited files. Change some Hostparm.OpenVMS checks to Targparm.OpenVMS_On_Target. Add data for new command Check * vms_data.ads: Add project related qualifiers for GNAT CHECK and GNAT ELIM. Add qualifiers for Check command options (Command_Type): New command Check git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108297 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/vms_conv.ads')
-rw-r--r--gcc/ada/vms_conv.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/vms_conv.ads b/gcc/ada/vms_conv.ads
index 1989381f5a2..7f58c28e9df 100644
--- a/gcc/ada/vms_conv.ads
+++ b/gcc/ada/vms_conv.ads
@@ -98,6 +98,7 @@ package VMS_Conv is
Chop,
Clean,
Compile,
+ Check,
Elim,
Find,
Krunch,