[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/16690] BFD: app.elf: section `.data' can't be allocated in
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug binutils/16690] BFD: app.elf: section `.data' can't be allocated in segment 2 |
Date: |
Wed, 12 Mar 2014 00:23:46 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=16690
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch, master has been updated
via bbefd0a9264348d04783d3d374c2104ae468c799 (commit)
from 32ed590d7eb359de7bf8da2e8fd3f43f1cfe0bcf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bbefd0a9264348d04783d3d374c2104ae468c799
commit bbefd0a9264348d04783d3d374c2104ae468c799
Author: Alan Modra <address@hidden>
Date: Wed Mar 12 10:33:26 2014 +1030
objcopy/strip ELF program header p_vaddr confusion
copy_elf_program_header has logic to reject non-alloc sections when
calculating p_vaddr offset for padding, but blithely assumed the
first section in a segment was allocated.
PR 16690
* elf.c (copy_elf_program_header): Ignore first section lma if
non-alloc.
-----------------------------------------------------------------------
Summary of changes:
bfd/ChangeLog | 6 ++++++
bfd/elf.c | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.