diff options
author | Vincent Celier <celier@adacore.com> | 2005-07-04 15:31:04 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2005-07-04 15:31:04 +0200 |
commit | 65d5180d8c8fae3c99d372ce939caf36b85de599 (patch) | |
tree | 29d22e3751eae9d802e41a348ef1d6ab3c878564 /gcc/ada/vms_conv.adb | |
parent | 55d4360971f63338880e7587d2f2acb156a52042 (diff) | |
download | gcc-65d5180d8c8fae3c99d372ce939caf36b85de599.zip gcc-65d5180d8c8fae3c99d372ce939caf36b85de599.tar.gz gcc-65d5180d8c8fae3c99d372ce939caf36b85de599.tar.bz2 |
vms_conv.adb (Initialize): Allow multiple ALI files to be given to the GNAT BIND command...
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
Diffstat (limited to 'gcc/ada/vms_conv.adb')
-rw-r--r-- | gcc/ada/vms_conv.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/vms_conv.adb b/gcc/ada/vms_conv.adb index 91f5bd4..250e00e 100644 --- a/gcc/ada/vms_conv.adb +++ b/gcc/ada/vms_conv.adb @@ -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 => |