diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-23 14:33:14 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-23 14:33:14 +0000 |
commit | bcd6aed731a7dab804eaa7e819ca7edc7b48b7b9 (patch) | |
tree | 1f1b39705e9f388124a153cb993c79de33fb8eb1 /gcc/ada/snames.adb | |
parent | 9cc6dbceda57f12b27152bb6d05db811f2479047 (diff) | |
download | gcc-bcd6aed731a7dab804eaa7e819ca7edc7b48b7b9.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135809 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/snames.adb')
-rw-r--r-- | gcc/ada/snames.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/snames.adb b/gcc/ada/snames.adb index 7e589fbfd4c..84b24d26a4c 100644 --- a/gcc/ada/snames.adb +++ b/gcc/ada/snames.adb @@ -719,6 +719,7 @@ package body Snames is "driver#" & "excluded_source_dirs#" & "excluded_source_files#" & + "excluded_source_list_file#" & "exec_dir#" & "executable#" & "executable_suffix#" & |