aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2020-09-11 13:30:38 +0100
committerNick Clifton <nickc@redhat.com>2020-09-11 13:30:56 +0100
commitce139cd560dcb85b09d4d257ac67ebffdf215859 (patch)
treecdb96ee32f9db63b845bc3fcd5ef5daba6c46b23 /binutils/ChangeLog
parent7a4e8e7d551eaddc63c67d85c02c7573f5a56ae8 (diff)
downloadgdb-ce139cd560dcb85b09d4d257ac67ebffdf215859.zip
gdb-ce139cd560dcb85b09d4d257ac67ebffdf215859.tar.gz
gdb-ce139cd560dcb85b09d4d257ac67ebffdf215859.tar.bz2
Fix the debuglink following code to recursively load links found in the newly loaded debug info.
PR 26595 * dwarf.c (load_separate_debug_info): Return NULL rather than FALSE in error situations. (load_separate_debug_file): Move code to load debug links to ... (check_for_and_load_links): ... here. New function. Load separate debug information pointed to by debuglink and debugaltlink sections. Recursively scan newly loaded debug information for more links and load them too.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 89860a0..a925dbb 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,14 @@
+2020-09-11 Nick Clifton <nickc@redhat.com>
+
+ PR 26595
+ * dwarf.c (load_separate_debug_info): Return NULL rather than
+ FALSE in error situations.
+ (load_separate_debug_file): Move code to load debug links to ...
+ (check_for_and_load_links): ... here. New function. Load
+ separate debug information pointed to by debuglink and
+ debugaltlink sections. Recursively scan newly loaded debug
+ information for more links and load them too.
+
2020-09-09 Alan Modra <amodra@gmail.com>
PR 26578