vms_conv.adb (Initialize): Allow multiple ALI files to be given to the GNAT BIND...
authorVincent Celier <celier@adacore.com>
Mon, 4 Jul 2005 13:31:04 +0000 (15:31 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 4 Jul 2005 13:31:04 +0000 (15:31 +0200)
2005-07-04  Vincent Celier  <celier@adacore.com>

* vms_conv.adb (Initialize): Allow multiple ALI files to be given to
the GNAT BIND command, as gnatbind accepts multiples ALI files with
the -L or -n switches.

From-SVN: r101595

gcc/ada/vms_conv.adb

index 91f5bd42dcdce96aa967a81919dc34a1f0df1d46..250e00e9d16185aae5cd608d071d0fb1d7bc3909 100644 (file)
@@ -207,7 +207,7 @@ package body VMS_Conv is
             Unixcmd  => new S'("gnatbind"),
             Unixsws  => null,
             Switches => Bind_Switches'Access,
-            Params   => new Parameter_Array'(1 => File),
+            Params   => new Parameter_Array'(1 => Unlimited_Files),
             Defext   => "ali"),
 
          Chop =>