summaryrefslogtreecommitdiff
path: root/gcc/ada/snames.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2007-08-31 10:23:48 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2007-08-31 10:23:48 +0000
commitb5766bfbf53ea5b62ffd36363fe49150566bc02d (patch)
tree281bbbce1a8480f627a408d05954392fb4feeec3 /gcc/ada/snames.adb
parentdf20d1a8586235a388bc677a7199fe689bead575 (diff)
downloadgcc-b5766bfbf53ea5b62ffd36363fe49150566bc02d.tar.gz
2007-08-31 Vincent Celier <celier@adacore.com>
* prj-attr.adb: Add new attribute Excluded_Source_Files * prj-nmsc.adb: Use attribute Excluded_Source_Files before Locally_Removed_Files. * snames.ads, snames.adb: New standard name Excluded_Source_Files git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127978 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/snames.adb')
-rw-r--r--gcc/ada/snames.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/snames.adb b/gcc/ada/snames.adb
index 1e0a6397ba7..5c26cd4362a 100644
--- a/gcc/ada/snames.adb
+++ b/gcc/ada/snames.adb
@@ -695,6 +695,8 @@ package body Snames is
"dependency_file_kind#" &
"dependency_switches#" &
"driver#" &
+ "excluded_source_dirs#" &
+ "excluded_source_files#" &
"exec_dir#" &
"executable#" &
"executable_suffix#" &
@@ -753,7 +755,6 @@ package body Snames is
"prefix#" &
"project#" &
"roots#" &
- "removed_source_dirs#" &
"required_switches#" &
"run_path_option#" &
"runtime_project#" &