[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 9 Sep 2010 10:15:47 +0000 (12:15 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 9 Sep 2010 10:15:47 +0000 (12:15 +0200)
commit02954c2552424aa9eb56cb613df48c07c8fc6b87
tree50ccdd7601a2a3e1f3d358b078848ebde8e85470
parent855f2f8c94dd2a52d39c17440363c91d51c54035
[multiple changes]

2010-09-09  Ed Schonberg  <schonberg@adacore.com>

* sem_util.adb (Same_Object): include formal parameters.

2010-09-09  Vincent Celier  <celier@adacore.com>

* make.adb (Queue): New package implementing a new impementation of the
queue, taking into account the new switch --single-compile-per-obj-dir.
* makeutl.ads (Single_Compile_Per_Obj_Dir_Switch): New constant String
for gnatmake and gprbuild new switch --single-compile-per-obj-dir.
* opt.ads (One_Compilation_Per_Obj_Dir): New Boolean flag, defauted to
False.
* switch-m.adb (Scan_Make_Switches): Take into account new gnatmake
switch --single-compile-per-obj-dir.
* vms_data.ads: Add qualifier SINGLE_COMPILE_PER_OBJ_DIR for gnatmake
switch --single-compile-per-obj-dir.
* gnat_ugn.texi: Add documentation for new gnatmake switch
--single-compile-per-obj-dir.

From-SVN: r164067
gcc/ada/ChangeLog
gcc/ada/gnat_ugn.texi
gcc/ada/make.adb
gcc/ada/makeutl.ads
gcc/ada/opt.ads
gcc/ada/sem_util.adb
gcc/ada/switch-m.adb
gcc/ada/vms_data.ads