gnatcmd.adb (GNATCmd): GNAT CHECK accepts switch -U If GNAT CHECK is called with...
authorVincent Celier <celier@adacore.com>
Fri, 9 Dec 2005 17:20:15 +0000 (18:20 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 9 Dec 2005 17:20:15 +0000 (18:20 +0100)
commit59ecbd0bdfa8c9efd4aa2eed505ef72e6ec0ff2e
tree64c5c9900ebbf6d79ca3c278f934ab10d71b26a1
parentee09461671baa1d6e1bc4d0a2b596f8e791ca93b
gnatcmd.adb (GNATCmd): GNAT CHECK accepts switch -U If GNAT CHECK is called with a project file...

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

From-SVN: r108297
gcc/ada/gnatcmd.adb
gcc/ada/prj-attr.adb
gcc/ada/vms_conv.adb
gcc/ada/vms_conv.ads
gcc/ada/vms_data.ads