src/bfd ChangeLog elf.c
amodra@sourceware.org
amodra@sourceware.org
Tue Jul 3 05:47:00 GMT 2012
CVSROOT: /cvs/src
Module name: src
Changes by: amodra@sourceware.org 2012-07-03 05:47:36
Modified files:
bfd : ChangeLog elf.c
Log message:
PR ld/14207
* elf.c (assign_file_positions_for_load_sections): Remove assertions
that only PT_LOAD headers include file header and section headers.
(assign_file_positions_for_non_load_sections): Similarly don't
assert PT_GNU_RELRO header does not include file and section headers.
Compare first section vma rather than PT_LOAD p_vaddr against
relro_start when looking for PT_LOAD covering PT_GNU_RELRO. Replace
abort with assertion.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.5742&r2=1.5743
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elf.c.diff?cvsroot=src&r1=1.564&r2=1.565
More information about the Binutils-cvs
mailing list