aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2008-08-23 08:08:58 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2008-08-23 08:08:58 +0000
commit91910cddf13d04ea3831c9af2f9c6ff27a9c0f33 (patch)
treeb811910b3986744474bd018d7791dad7e8b2b924 /bfd/ChangeLog
parent63c9e05bde7a09aca2ddc5be21c43c33b6663a8a (diff)
downloadgdb-91910cddf13d04ea3831c9af2f9c6ff27a9c0f33.zip
gdb-91910cddf13d04ea3831c9af2f9c6ff27a9c0f33.tar.gz
gdb-91910cddf13d04ea3831c9af2f9c6ff27a9c0f33.tar.bz2
(find_separate_debug_file): Use the canonical
absolute name of the bfd object for finding the debug file in the global debugfile directory.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index dc62936..5319857 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-23 Andreas Schwab <schwab@suse.de>
+
+ * opncls.c (find_separate_debug_file): Use the canonical
+ absolute name of the bfd object for finding the debug file in
+ the global debugfile directory.
+
2008-08-22 Jakub Jelinek <jakub@redhat.com>
Fix PR ld/3290 regression for cross-files DW_FORM_ref_addr relocations.