This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
src/bfd ChangeLog elf.c
- From: nickc at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 29 Mar 2007 14:37:05 -0000
- Subject: src/bfd ChangeLog elf.c
CVSROOT: /cvs/src
Module name: src
Changes by: nickc@sourceware.org 2007-03-29 15:37:05
Modified files:
bfd : ChangeLog elf.c
Log message:
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.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.3792&r2=1.3793
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elf.c.diff?cvsroot=src&r1=1.381&r2=1.382