From 59ecbd0bdfa8c9efd4aa2eed505ef72e6ec0ff2e Mon Sep 17 00:00:00 2001 From: Vincent Celier Date: Fri, 9 Dec 2005 18:20:15 +0100 Subject: gnatcmd.adb (GNATCmd): GNAT CHECK accepts switch -U If GNAT CHECK is called with a project file... 2005-12-05 Vincent Celier * 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 From-SVN: r108297 --- gcc/ada/vms_conv.ads | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/ada/vms_conv.ads') diff --git a/gcc/ada/vms_conv.ads b/gcc/ada/vms_conv.ads index 1989381..7f58c28 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, -- cgit v1.1