aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-03-14 04:23:24 -0700
committerH.J. Lu <hjl.tools@gmail.com>2018-03-14 04:23:40 -0700
commit9e223787a474c672c5f1cfd4574857241ae4eafa (patch)
treedf0b15bd36ada60535ed0795da1df927a8189221 /ld/ChangeLog
parentbf48520113c4265017769d374f6b1a7ce3fc8e41 (diff)
downloadgdb-9e223787a474c672c5f1cfd4574857241ae4eafa.zip
gdb-9e223787a474c672c5f1cfd4574857241ae4eafa.tar.gz
gdb-9e223787a474c672c5f1cfd4574857241ae4eafa.tar.bz2
GC: Also check the local debug definition section
Extend commit b7c871edcd83ccdc5fcd8148a7f433efd6b52255 Author: H.J. Lu <hjl.tools@gmail.com> Date: Wed May 17 07:57:15 2017 -0700 Mark debug sections referenced by kept debug sections to handle the local debug definition section. bfd/ PR ld/20882 * elflink.c (elf_gc_mark_debug_section): Also check the local debug definition section. ld/ PR ld/20882 * testsuite/ld-gc/pr20882.d: Also dump and check .debug_abbrev section. * testsuite/ld-gc/pr20882b.s: Add .debug_abbrev section.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index a750599..e74f722 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,12 @@
2018-03-14 H.J. Lu <hongjiu.lu@intel.com>
+ PR ld/20882
+ * testsuite/ld-gc/pr20882.d: Also dump and check .debug_abbrev
+ section.
+ * testsuite/ld-gc/pr20882b.s: Add .debug_abbrev section.
+
+2018-03-14 H.J. Lu <hongjiu.lu@intel.com>
+
* testsuite/ld-gc/gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS.
2018-03-13 Nick Clifton <nickc@redhat.com>