diff options
| author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-04 13:31:04 +0000 |
|---|---|---|
| committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-04 13:31:04 +0000 |
| commit | da32ccfd16562a17098d612e200ba8aff06ec5b7 (patch) | |
| tree | 29d22e3751eae9d802e41a348ef1d6ab3c878564 | |
| parent | 0f49551a5aa2794d594f19c71e9185f85b4db53d (diff) | |
| download | ppe42-gcc-da32ccfd16562a17098d612e200ba8aff06ec5b7.tar.gz ppe42-gcc-da32ccfd16562a17098d612e200ba8aff06ec5b7.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101595 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 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 => |

