aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-05-16 03:35:29 +0000
committerAlan Modra <amodra@gmail.com>2012-05-16 03:35:29 +0000
commiteee3b786492c6a4564515f3a0ae4029645d73a01 (patch)
treed02095282fd5fd217aabbc5891744263da81464f /bfd/ChangeLog
parent83e56e63c27c2d5293ae41d06a150c5a411f249f (diff)
downloadgdb-eee3b786492c6a4564515f3a0ae4029645d73a01.zip
gdb-eee3b786492c6a4564515f3a0ae4029645d73a01.tar.gz
gdb-eee3b786492c6a4564515f3a0ae4029645d73a01.tar.bz2
PR ld/13962
PR ld/7023 * elf.c (bfd_section_from_shdr): Fail when .dynsym sh_info is out of range. As a special case, fix sh_info for zero sh_size. Do the same for .symtab.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 05bc0de..34bee4f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+2012-05-16 Alan Modra <amodra@gmail.com>
+
+ PR ld/13962
+ PR ld/7023
+ * elf.c (bfd_section_from_shdr): Fail when .dynsym sh_info is
+ out of range. As a special case, fix sh_info for zero sh_size.
+ Do the same for .symtab.
+
2012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
Stephane Carrez <stcarrez@nerim.fr>