aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-10-31 10:27:34 +0000
committerNick Clifton <nickc@redhat.com>2003-10-31 10:27:34 +0000
commit0013291dce39125792058ff42e1cd8e413ba091f (patch)
treee4a24676242b691956360435850744f937117ce1 /ld/ChangeLog
parent83b6e7e8457133ccde176aebc88a4d2f7f8ba12e (diff)
downloadgdb-0013291dce39125792058ff42e1cd8e413ba091f.zip
gdb-0013291dce39125792058ff42e1cd8e413ba091f.tar.gz
gdb-0013291dce39125792058ff42e1cd8e413ba091f.tar.bz2
When looking for a previously loaded file compare the local_sym_name not the
filename, as the filename might have been transformed via the search directory path lookup. If the sought-for file has not been found in the input file chain then create a new node with the search_dirs_flag set so that the entire set of directory paths will be scanned for it.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index b5efd5c..83350bd 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,13 @@
+2003-10-31 Nick Clifton <nickc@redhat.com>
+
+ * ldlang.c (lookup_name): When looking for a previously loaded
+ file compare the local_sym_name not the filename, as the
+ filename might have been transformed via the search directory
+ path lookup.
+ If the sought-for file has not been found in the input file
+ chain then create a new node with the search_dirs_flag set so
+ that the entire set of directory paths will be scanned for it.
+
2003-10-30 Andrew Cagney <cagney@redhat.com>
* emultempl/pe.em, pe-dll.c: Replace "struct symbol_cache_entry"