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 <amo...@gmail.com> 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. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils