diff options
| author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-23 16:48:39 +0000 |
|---|---|---|
| committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-23 16:48:39 +0000 |
| commit | 0ac9b10f0d143d299c2979bbc09038bf3dc6c9d8 (patch) | |
| tree | 10d08ea326d0f215d9bca94a662127b9808f10e2 | |
| parent | 9ca1608368eb8a07b784c48a83345a5adf12eb47 (diff) | |
| download | ppe42-gcc-0ac9b10f0d143d299c2979bbc09038bf3dc6c9d8.tar.gz ppe42-gcc-0ac9b10f0d143d299c2979bbc09038bf3dc6c9d8.zip | |
Fix nits
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135821 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ada/ChangeLog | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index c38afea1c02..35f9a08d868 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -3,24 +3,20 @@ * gigi.h (mark_visited): Declare. * decl.c (gnat_to_gnu_entity): Use mark_visited instead of marking only the topmost node of expressions. - (elaborate_expression_1): Look deeper for read-only variable. + (elaborate_expression_1): Look deeper for read-only variables. * trans.c (add_decl_expr): Use mark_visited instead of marking by hand. (mark_visited): Move logic to mark_visited_r. Invoke walk_tree. (mark_visited_r): New function. 2008-05-23 Vincent Celier <celier@adacore.com> - * snames.adb: - New standard name Excluded_Source_List_File + * snames.adb: New standard name Excluded_Source_List_File. - * snames.ads: - 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-attr.adb: New project level attribute Excluded_Source_List_File. - * prj-nmsc.adb: - (Find_Excluded_Sources): New parameter Project. + * 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. |

