aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2008-05-23 16:34:02 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-05-23 16:34:02 +0200
commitd1ba4e42b6b82cae6c192a00bcc674daad6b4c96 (patch)
tree169c2204bf5a2029f44a5f0a22ddb9c1b009cb5b
parent2e1c9cb46039a3a7053e5fdbe808d14eaa6ff032 (diff)
downloadgcc-d1ba4e42b6b82cae6c192a00bcc674daad6b4c96.zip
gcc-d1ba4e42b6b82cae6c192a00bcc674daad6b4c96.tar.gz
gcc-d1ba4e42b6b82cae6c192a00bcc674daad6b4c96.tar.bz2
Resync
From-SVN: r135813
-rw-r--r--gcc/ada/ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 2126c5b..35efe58 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,5 +1,38 @@
2008-05-23 Vincent Celier <celier@adacore.com>
+ * snames.adb:
+ New standard name Excluded_Source_List_File
+
+ * snames.ads:
+ New standard name Excluded_Source_List_File
+
+ * prj-attr.adb:
+ New project level attribute Excluded_Source_List_File
+
+ * prj-nmsc.adb:
+ (Find_Excluded_Sources): New parameter Project.
+ Get excluded sources from
+ file indicated by attribute Excluded_Source_List_File, when present and
+ neither Excluded_Source_Files nor Locally_Removed_Files are declared.
+
+2008-05-23 Robert Dewar <dewar@adacore.com>
+
+ * exp_dist.adb: Minor reformatting
+
+2008-05-23 Ed Schonberg <schonberg@adacore.com>
+
+ * sem_attr.adb (Resolve_Attribute, case 'address): If the prefix is a
+ slice, convert it to an indexed component, which is equivalent, more
+ efficient, and usable even if the slice itself is not addressable.
+
+2008-05-23 Olivier Hainque <hainque@adacore.com>
+
+ * gnat_ugn.texi (Calling Conventions): Document that the Intrinsic
+ convention also allows access to named compiler built-in subprograms
+ such as the GCC __builtin family.
+
+2008-05-23 Vincent Celier <celier@adacore.com>
+
* prj-nmsc.adb (Check_Naming_Schemes): Check a file for spec, body and
sep. If there are several possibilities, choose the one with the
longer prefix.