diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-23 15:29:14 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-23 15:29:14 +0200 |
commit | ffd0dd6ce2a41da998b9cad99122c374c0ddf947 (patch) | |
tree | 486ff9f5dd930a4fdc8087fb021c92e9ee32a5e2 /gcc | |
parent | e401e17bdfaa22265f753151d9354f7de577a98c (diff) | |
download | gcc-ffd0dd6ce2a41da998b9cad99122c374c0ddf947.zip gcc-ffd0dd6ce2a41da998b9cad99122c374c0ddf947.tar.gz gcc-ffd0dd6ce2a41da998b9cad99122c374c0ddf947.tar.bz2 |
Resync
From-SVN: r135806
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 4ba53ac..2126c5b 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,24 @@ +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. + +2008-05-23 Vincent Celier <celier@adacore.com> + + * gnatlink.adb (Process_Args): Do not disable scanning of ALI file for + back end switches when executable specified with --GCC= is same as + default, even if there are additional options. + + * gnat_ugn.texi: + Document when the back end switches from the ALI file are taken into + account when gnatlink is invoked with --GCC= + +2008-05-23 Thomas Quinot <quinot@adacore.com> + + * s-os_lib.adb: + (copy_File): Do not open destination file if source file is unreadable. + 2008-05-23 Eric Botcazou <ebotcazou@adacore.com> * utils.c (handle_type_generic_attribute): Adjust to accept |