]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Improve the speed of the --dwarf-start option by skipping processing of any comp...
authorNick Clifton <nickc@redhat.com>
Tue, 10 Oct 2017 12:37:58 +0000 (13:37 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 10 Oct 2017 12:37:58 +0000 (13:37 +0100)
commitae7e78255666733d238e676a0bab14986a1483dd
tree489c740480a9b99d23059ecafc66d18103af0ccd
parentfc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff
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.
binutils/ChangeLog
binutils/dwarf.c