OSDN Git Service

2004-01-26 Ed Schonberg <schonberg@gnat.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jan 2004 14:47:48 +0000 (14:47 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jan 2004 14:47:48 +0000 (14:47 +0000)
commitbd550baffa529087be2a7eb98dd64735da53e52b
tree966853aeb51ebcb01d4672b5d9fcb8065248a86d
parentfc1e99dbe7d9e443abf618cc1cbf0f3b490cd17f
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76634 138bc75d-0d04-0410-961f-82ee72b054a4
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