This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 4de1599bcf044a5396ec588f90b8f475be657d4f


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  4de1599bcf044a5396ec588f90b8f475be657d4f (commit)
      from  26a84859720cc202e98265d9e4a2e0ddde207f86 (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=4de1599bcf044a5396ec588f90b8f475be657d4f

commit 4de1599bcf044a5396ec588f90b8f475be657d4f
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]