aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2017-10-10 13:37:58 +0100
committerNick Clifton <nickc@redhat.com>2017-10-10 13:37:58 +0100
commitae7e78255666733d238e676a0bab14986a1483dd (patch)
tree489c740480a9b99d23059ecafc66d18103af0ccd /binutils/ChangeLog
parentfc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff (diff)
downloadfsf-binutils-gdb-ae7e78255666733d238e676a0bab14986a1483dd.zip
fsf-binutils-gdb-ae7e78255666733d238e676a0bab14986a1483dd.tar.gz
fsf-binutils-gdb-ae7e78255666733d238e676a0bab14986a1483dd.tar.bz2
Improve the speed of the --dwarf-start option by skipping processing of any comp unit that ends before the specified start address.
PR 22249 * dwarf.c (process_debug_info): Skip any comp unit that ends before dwarf_start_die.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index ca4990e..9f2e5f0 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2017-10-10 Tom Tromey <tromey@sourceware.org>
+
+ PR 22249
+ * dwarf.c (process_debug_info): Skip any comp unit that ends
+ before dwarf_start_die.
+
2017-10-06 Alan Modra <amodra@gmail.com>
* dwarf.c (process_debug_info): Consolidate header length checks.