summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2009-04-14 03:17:21 +0000
committerAlan Modra <amodra@bigpond.net.au>2009-04-14 03:17:21 +0000
commitbdcf3b6c188994678a0c8590cbc92bf34036e9ee (patch)
treebd1b07f31077f4ebc34d28faa4a2867dc73bc2b0 /ld/ChangeLog
parent3a9aff9be9c23cfc8b66abe1bd0dfd5ba5545f75 (diff)
downloadbinutils-redhat-bdcf3b6c188994678a0c8590cbc92bf34036e9ee.tar.gz
PR ld/10047
* ldfile.c (find_scripts_dir): Use make_relative_prefix to find ldscripts in build tree. Don't repeat search for ../lib/ldscripts.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 58144b6b82..6e7f2e8a51 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-14 Alan Modra <amodra@bigpond.net.au>
+
+ PR ld/10047
+ * ldfile.c (find_scripts_dir): Use make_relative_prefix to find
+ ldscripts in build tree. Don't repeat search for ../lib/ldscripts.
+
2009-04-13 H.J. Lu <hongjiu.lu@intel.com>
* ldfile.c (ldfile_find_command_file): Revert the last change.