gdb and binutils branch binutils-2_25-branch updated. 3021627171f94b9023b4ccb56a01df7f0660f8ee
amodra@sourceware.org
amodra@sourceware.org
Tue Nov 11 10:07:00 GMT 2014
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, binutils-2_25-branch has been updated
via 3021627171f94b9023b4ccb56a01df7f0660f8ee (commit)
from 902781d6ebc466a41839018405705b02385b1966 (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=3021627171f94b9023b4ccb56a01df7f0660f8ee
commit 3021627171f94b9023b4ccb56a01df7f0660f8ee
Author: Alan Modra <amodra@gmail.com>
Date: Tue Nov 11 20:13:03 2014 +1030
ld -r abort in _bfd_elf_write_section_eh_frame
Turning on .eh_frame processing for ld -r resulted in systemtap
tickling a ld bug. Triggered by the zero terminator not being added
to .eh_frame in a separate file as it usually is (crtend.o), but
instead being present in the last .eh_frame section along with CIEs
and FDEs. The 4-byte terminator makes the section size check fail
on 64-bit targets.
* elf-eh-frame (_bfd_elf_write_section_eh_frame): Adjust section
size check to account for possible zero terminator.
-----------------------------------------------------------------------
Summary of changes:
bfd/ChangeLog | 5 +++++
bfd/elf-eh-frame.c | 7 ++++++-
2 files changed, 11 insertions(+), 1 deletions(-)
hooks/post-receive
--
gdb and binutils
More information about the Binutils-cvs
mailing list