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. 3ba720c788c2845c93a6dfe592f36163cbfa63fd


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  3ba720c788c2845c93a6dfe592f36163cbfa63fd (commit)
      from  598beeff91ca20aa09586d8b39eae8a1ae83baa0 (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=3ba720c788c2845c93a6dfe592f36163cbfa63fd

commit 3ba720c788c2845c93a6dfe592f36163cbfa63fd
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Jan 24 14:22:10 2014 +1030

    Fixes powerpc64le ld segfaults when --emit-relocs is used.
    
    ELFv2 needs fewer relocs to annotate plt call stubs.  I correctly
    allocated a smaller buffer and wrote the proper relocs, but stupidly
    bumped the reloc count as for ELFv1.
    
    	* elf64-ppc.c (ppc_build_one_stub): Correct reloc count passed
    	to get_relocs for ELFv2.

-----------------------------------------------------------------------

Summary of changes:
 bfd/ChangeLog   |    7 ++++++-
 bfd/elf64-ppc.c |    9 +++++----
 2 files changed, 11 insertions(+), 5 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]