diff options
author | Nick Clifton <nickc@redhat.com> | 2017-03-29 12:27:44 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-03-29 12:27:44 +0100 |
commit | e643cb45bf85fa5c8c49a89ff177de246af4212e (patch) | |
tree | 7502fe7dfb9df55c6101f35cd641c008b9ec4510 /bfd/ChangeLog | |
parent | 7cc0cd2903612a0730de6ba00181b9016e77ea3d (diff) | |
download | gdb-e643cb45bf85fa5c8c49a89ff177de246af4212e.zip gdb-e643cb45bf85fa5c8c49a89ff177de246af4212e.tar.gz gdb-e643cb45bf85fa5c8c49a89ff177de246af4212e.tar.bz2 |
Improve the speed of scanning PE binaries for line number information.
PR binutils/18025
* coff-bfd.h (struct coff_section_data): Add new fields:
saved_bias and bias.
* coffgen.c (coff_find_nearest_line_with_names): Cache the bias
computed for PE binaries.
* dwarf2.c (scan_unit_for_symbols): Only warn once about each
missing abbrev.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cf5e762..42ffd4d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2017-03-29 Nick Clifton <nickc@redhat.com> + + PR binutils/18025 + * coff-bfd.h (struct coff_section_data): Add new fields: + saved_bias and bias. + * coffgen.c (coff_find_nearest_line_with_names): Cache the bias + computed for PE binaries. + * dwarf2.c (scan_unit_for_symbols): Only warn once about each + missing abbrev. + 2017-03-28 Hans-Peter Nilsson <hp@axis.com> PR ld/16044 |