diff options
author | Nick Clifton <nickc@redhat.com> | 2022-02-02 17:06:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-02-02 17:06:22 +0000 |
commit | 41ba8b76ccc5bb01507beb3b49df039264bcf34a (patch) | |
tree | 76fc11ea2ebdc28c044707e89c67625f66b7f83e /bfd/ChangeLog | |
parent | 2f6b20e2e06eab6c9adbcb678eff1c2114079dde (diff) | |
download | gdb-41ba8b76ccc5bb01507beb3b49df039264bcf34a.zip gdb-41ba8b76ccc5bb01507beb3b49df039264bcf34a.tar.gz gdb-41ba8b76ccc5bb01507beb3b49df039264bcf34a.tar.bz2 |
Stop the BFD library complaining about compressed dwarf debug string sections being too big.
PR 28834
* dwarf2.c (read_section): Change the heuristic that checks for
overlarge dwarf debug info sections.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b213764..607bece 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2022-02-02 Nick Clifton <nickc@redhat.com> + + PR 28834 + * dwarf2.c (read_section): Change the heuristic that checks for + overlarge dwarf debug info sections. + 2022-02-02 Stafford Horne <shorne@gmail.com> PR 28735 |