aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-03-29 14:37:02 +0000
committerNick Clifton <nickc@redhat.com>2007-03-29 14:37:02 +0000
commit1783205a776ecd5d291f285ddf80cdf6656e05ff (patch)
tree0695fc3fd552ae7ec0ce68ad9fb8b591dfd830b4 /bfd/ChangeLog
parente55518010951f26d1b807c4c19d1d9f635358ab6 (diff)
downloadgdb-1783205a776ecd5d291f285ddf80cdf6656e05ff.zip
gdb-1783205a776ecd5d291f285ddf80cdf6656e05ff.tar.gz
gdb-1783205a776ecd5d291f285ddf80cdf6656e05ff.tar.bz2
PR binutils/4110
* elf.c (IS_VALID_GROUP_SECTION_HEADER): New macro. (setup_group): Use it. Report corrupt group section headers. (bfd_section_from_shdr): Use new macro. Replace constant 4 with GRP_ENTRY_SIZE. Cope with NULLs in the group section table. (elf_fake_section): Replace constant 4 with GRP_ENTRY_SIZE.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1f431a7..948b4e3 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,12 @@
+2007-03-29 Nick Clifton <nickc@redhat.com>
+
+ PR binutils/4110
+ * elf.c (IS_VALID_GROUP_SECTION_HEADER): New macro.
+ (setup_group): Use it. Report corrupt group section headers.
+ (bfd_section_from_shdr): Use new macro. Replace constant 4 with
+ GRP_ENTRY_SIZE. Cope with NULLs in the group section table.
+ (elf_fake_section): Replace constant 4 with GRP_ENTRY_SIZE.
+
2007-03-29 Alan Modra <amodra@bigpond.net.au>
PR ld/4267