diff options
author | Nick Clifton <nickc@redhat.com> | 2020-05-04 13:50:05 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-05-04 13:50:05 +0100 |
commit | 070b775f03ebdab6d0d007787fe19b916af4439c (patch) | |
tree | 92c9989fde303f3bfc75f68cc049f9535a3c2e8f /binutils/ChangeLog | |
parent | fe05f369f0df7cad0a6500b79879addaad2e364d (diff) | |
download | gdb-070b775f03ebdab6d0d007787fe19b916af4439c.zip gdb-070b775f03ebdab6d0d007787fe19b916af4439c.tar.gz gdb-070b775f03ebdab6d0d007787fe19b916af4439c.tar.bz2 |
GAS: Do not create an entry for the default directory if the directory table is empty. Improve readelf's decoding of empty directory and file name tables.
PR 25917
* dwarf.c (display_debug_lines_decoded): Warn if encountering a
supicious number of entries for DWARF-5 format directory and file
name tables. Do not display file name table header if the table
is empty. Do not allocate space for empty tables.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7b0d1a0..7cc692b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2020-05-04 Nick Clifton <nickc@redhat.com> + + PR 25917 + * dwarf.c (display_debug_lines_decoded): Warn if encountering a + supicious number of entries for DWARF-5 format directory and file + name tables. Do not display file name table header if the table + is empty. Do not allocate space for empty tables. + 2020-05-04 Alan Modra <amodra@gmail.com> * readelf.c (process_nds32_specific): Check size of .nds32_e_flags |