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. 5fe7ffdc98b769de3ea67e6f38bc5de57be7b265


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  5fe7ffdc98b769de3ea67e6f38bc5de57be7b265 (commit)
      from  57b287416bcd3dd29202dff55d89dc7a68196cc8 (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=5fe7ffdc98b769de3ea67e6f38bc5de57be7b265

commit 5fe7ffdc98b769de3ea67e6f38bc5de57be7b265
Author: Alan Modra <amodra@gmail.com>
Date:   Thu May 15 18:37:43 2014 +0930

    Fix "overflow in PLT unwind data" warning
    
    When linking statically, it's possible to hit this warning with IFUNC
    or very large executables, due to .glink being unused.
    
    	* powerpc.cc (do_plt_fde_location): Handle zero length .glink.
    	Compare FDE contents with DW_CFA_nop rather than 0.

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

Summary of changes:
 gold/ChangeLog  |   67 +++++++++++++++++++++++++++++-------------------------
 gold/powerpc.cc |   18 +++++++++++++-
 2 files changed, 52 insertions(+), 33 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]