From 65d5180d8c8fae3c99d372ce939caf36b85de599 Mon Sep 17 00:00:00 2001
From: Vincent Celier <celier@adacore.com>
Date: Mon, 4 Jul 2005 15:31:04 +0200
Subject: [PATCH] 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
---
 gcc/ada/vms_conv.adb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/vms_conv.adb b/gcc/ada/vms_conv.adb
index 91f5bd42dcdc..250e00e9d161 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 =>
-- 
GitLab