summaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-15 08:57:23 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-15 08:57:23 +0000
commite5501a8ecf6bbf6a9f0d5b72bfe5d47d4eadd292 (patch)
tree16cf611c3f60e807e530a07d016617e5a40c132a /gcc/ada/ChangeLog
parentd82baf7f009941a7d373abdb1a8cfa06b51cce4e (diff)
downloadgcc-e5501a8ecf6bbf6a9f0d5b72bfe5d47d4eadd292.tar.gz
2009-04-15 Vincent Celier <celier@adacore.com>
* prj-nmsc.adb (Locate_Directory): New Boolean parameter Externally_Built indicating if the project is externally built. If it is, and --subdirs is specified, but the subdir does not exist, look for the specified directory, without the subdir. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146085 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r--gcc/ada/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index caf4b88855c..745e71660c6 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,10 @@
+2009-04-15 Vincent Celier <celier@adacore.com>
+
+ * prj-nmsc.adb (Locate_Directory): New Boolean parameter
+ Externally_Built indicating if the project is externally built. If it
+ is, and --subdirs is specified, but the subdir does not exist, look
+ for the specified directory, without the subdir.
+
2009-04-15 Gary Dismukes <dismukes@adacore.com>
* a-tasatt.adb: Fix typo, plus minor reformatting