diff options
author | Nick Clifton <nickc@redhat.com> | 2006-04-18 09:41:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-04-18 09:41:36 +0000 |
commit | 0b49d371230ed1a85925a509755c87a750e0447c (patch) | |
tree | 3e68e4aad2473befcc3a92cd6d8f3965b3152633 /bfd/ChangeLog | |
parent | 0275de4ee1b6996c19d19704fc3fe3b19d26e64f (diff) | |
download | gdb-0b49d371230ed1a85925a509755c87a750e0447c.zip gdb-0b49d371230ed1a85925a509755c87a750e0447c.tar.gz gdb-0b49d371230ed1a85925a509755c87a750e0447c.tar.bz2 |
PR 2257
* elfcode.h (elf_object_p): Allow files with corrupt e_shstrndx fields to
still be handled as ELF files.
* readelf.c (SECTION_NAME): Cope with a missing string table.
(process_file_header): Cope with a corrupt e_shstrndx field.
(process_section_headers): Correctly handle an e_shstrndx value of SHF_UNDEF.
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 d6069ba..2938fa0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2006-04-18 Nick Clifton <nickc@redhat.com> + + PR 2257 + * elfcode.h (elf_object_p): Allow files with corrupt e_shstrndx + fields to still be handled as ELF files. + 2006-04-16 Daniel Jacobowitz <dan@codesourcery.com> * po/SRC-POTFILES.in: Regenerated. |