From: Vincent Celier Date: Mon, 4 Jul 2005 13:31:04 +0000 (+0200) Subject: vms_conv.adb (Initialize): Allow multiple ALI files to be given to the GNAT BIND... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=65d5180d8c8fae3c99d372ce939caf36b85de599;p=gcc.git vms_conv.adb (Initialize): Allow multiple ALI files to be given to the GNAT BIND command... 2005-07-04 Vincent Celier * 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 --- diff --git a/gcc/ada/vms_conv.adb b/gcc/ada/vms_conv.adb index 91f5bd42dcd..250e00e9d16 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 =>