[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 26 Jan 2004 14:47:48 +0000 (15:47 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 26 Jan 2004 14:47:48 +0000 (15:47 +0100)
commit26fd4eae69871cb45835bea5c0ce35657415cf15
tree966853aeb51ebcb01d4672b5d9fcb8065248a86d
parentecf67f46ef7dd6b67bebb0ea96f6cd3cade10e33
[multiple changes]

2004-01-26  Ed Schonberg  <schonberg@gnat.com>

* exp_ch3.adb (Build_Slice_Assignment): New TSS procedure for
one-dimensional array an slice assignments, when component type is
controlled.

* exp_ch5.adb (Expand_Assign_Array): If array is one-dimensional,
component type is controlled, and control_actions are in effect, use
TSS procedure rather than generating inline code.

* exp_tss.ads (TSS_Slice_Assign): New TSS procedure for one-dimensional
arrays with controlled components.

2004-01-26  Vincent Celier  <celier@gnat.com>

* gnatcmd.adb (GNATCmd): Add specification of argument file on the
command line for the non VMS case.

* gnatlink.adb (Process_Binder_File): When building object file, if
GNU linker is used, put all object paths between quotes, to prevent ld
error when there are unusual characters (such as '!') in the paths.

* Makefile.generic: When there are sources in Ada and the main is in
C/C++, invoke gnatmake with -B, instead of -z.

* vms_conv.adb (Preprocess_Command_Data): New procedure, extracted
from VMS_Conversion.
(Process_Argument): New procedure, extracted from VMS_Conversion. Add
specification of argument file on the command line.

2004-01-26  Bernard Banner  <banner@gnat.com>

* Makefile.in: Enable GMEM_LIB and SYMLIB for x86_64

2004-01-26  Ed Schonberg  <schonberg@gnat.com>

* snames.adb: Update copyright notice.
Add info on slice assignment for controlled arrays.

From-SVN: r76634
gcc/ada/ChangeLog
gcc/ada/Makefile.generic
gcc/ada/Makefile.in
gcc/ada/exp_ch3.adb
gcc/ada/exp_ch5.adb
gcc/ada/exp_tss.ads
gcc/ada/gnatcmd.adb
gcc/ada/gnatlink.adb
gcc/ada/snames.adb
gcc/ada/vms_conv.adb