diff options
author | Alan Modra <amodra@gmail.com> | 2009-04-14 03:17:21 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-04-14 03:17:21 +0000 |
commit | c38b10fa101227162ec08b2ecf1cd977c9380c4f (patch) | |
tree | 969f24a32a8894deecc23ba317feda173e68f17b /ld/ChangeLog | |
parent | 8c3e16f4a7a82ec2fafd3a9cdede174e99780ac8 (diff) | |
download | gdb-c38b10fa101227162ec08b2ecf1cd977c9380c4f.zip gdb-c38b10fa101227162ec08b2ecf1cd977c9380c4f.tar.gz gdb-c38b10fa101227162ec08b2ecf1cd977c9380c4f.tar.bz2 |
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/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 58144b6..6e7f2e8 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. |