diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-07-31 14:40:15 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-07-31 14:40:15 +0200 |
commit | e92c92b2e2d603cc14c7ba533cfe6c3052547124 (patch) | |
tree | 39708f58e6c0c27abc0146b816d5653f51af694f | |
parent | ca311c9fa5a945158921d0c6e59d39ad7b6bbd51 (diff) | |
download | gcc-e92c92b2e2d603cc14c7ba533cfe6c3052547124.zip gcc-e92c92b2e2d603cc14c7ba533cfe6c3052547124.tar.gz gcc-e92c92b2e2d603cc14c7ba533cfe6c3052547124.tar.bz2 |
Resync.
From-SVN: r138395
-rw-r--r-- | gcc/ada/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 92023b0..17d8fc3 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,31 @@ +2008-07-31 Bob Duff <duff@adacore.com> + + * sinput.adb (Skip_Line_Terminators): Fix handling of LF/CR -- it was + recognized as two end-of-lines, but it should be just one. + +2008-07-31 Thomas Quinot <quinot@adacore.com> + + * exp_ch9.adb: Minor reformatting + + * tbuild.ads: Fix several occurrences of incorrectly referring to + Name_Find as Find_Name. + +2008-07-31 Ed Schonberg <schonberg@adacore.com> + + * exp_aggr.adb (Aggr_Size_OK): If the aggregate has a single component + and the context is an object declaration with non-static bounds, treat + the aggregate as non-static. + +2008-07-31 Vincent Celier <celier@adacore.com> + + * prj-part.adb, prj-part.ads, prj.adb, prj.ads, prj-env.adb: + Move back spec of Parse_Single_Project to body, as it is not called + outside of package Prj.Part. + (Project_Data): Remove components Linker_Name, Linker_Path and + Minimum_Linker_Options as they are no longer set. + Remove function There_Are_Ada_Sources from package Prj and move code + in the only place it was used, in Prj.Env.Set_Ada_Paths. + 2008-07-31 Robert Dewar <dewar@adacore.com> * einfo.adb (Spec_PPC): Now defined for generic subprograms |