[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 31 Oct 2014 11:37:44 +0000 (12:37 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 31 Oct 2014 11:37:44 +0000 (12:37 +0100)
commit4a68b7c4d594e082b32da7e76a7cd7a472abb5de
tree8a47b5d48d659de4f96ba2a27d617553224d72ac
parent527f5eb67affc709c78a4f65ba7a1f731d63315e
[multiple changes]

2014-10-31  Vasiliy Fofanov  <fofanov@adacore.com>

* prj-conf.adb (Do_Autoconf): Refactor the code so that empty
Normalized_Pathname doesn't inhibit the custom Selected_Target
value.
* prj-conf.adb (Parse_Project_And_Apply_Config): Make sure that
Automatically_Generated is correctly set after the first call
to Process_Project_And_Apply_Config and not modified after the
second call, if any.

2014-10-31  Yannick Moy  <moy@adacore.com>

* Makefile.rtl, gnat_rm.texi, impunit.adb: Add mention of new library
files.
* a-cfinve.adb, a-cfinve.ads: New unit for formal indefinite
vectors, suitable for use in client SPARK code, also more
efficient than the standard vectors.
* a-coboho.adb, a-coboho.ads New unit for bounded holders, that
are used to define formal indefinite vectors in terms of formal
definite ones.
* a-cofove.adb, a-cofove.ads: Simplification of the API of formal
definite vectors, similar to the API of the new indefinite ones. A
new formal parameter of the generic unit called Bounded allows
to define growable vectors that use dynamic allocation.

From-SVN: r216967
gcc/ada/ChangeLog
gcc/ada/Makefile.rtl
gcc/ada/a-cfinve.adb [new file with mode: 0644]
gcc/ada/a-cfinve.ads [new file with mode: 0644]
gcc/ada/a-coboho.adb [new file with mode: 0644]
gcc/ada/a-coboho.ads [new file with mode: 0644]
gcc/ada/a-cofove.adb
gcc/ada/a-cofove.ads
gcc/ada/gnat_rm.texi
gcc/ada/impunit.adb
gcc/ada/prj-conf.adb