aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-04-18 09:41:36 +0000
committerNick Clifton <nickc@redhat.com>2006-04-18 09:41:36 +0000
commit0b49d371230ed1a85925a509755c87a750e0447c (patch)
tree3e68e4aad2473befcc3a92cd6d8f3965b3152633 /binutils/ChangeLog
parent0275de4ee1b6996c19d19704fc3fe3b19d26e64f (diff)
downloadgdb-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 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index fdb3934..2f25dc9 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,11 @@
+2006-04-18 Nick Clifton <nickc@redhat.com>
+
+ PR 2257
+ * 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.
+
2006-04-12 Nick Clifton <nickc@redhat.com>
* objdump.c (objdump_symbol_at_address): Fix typo in comment.