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 binutils-2_24-branch updated. a59a57ffe3e393726af851a0ae9654b2922f22ee


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_24-branch has been updated
       via  a59a57ffe3e393726af851a0ae9654b2922f22ee (commit)
      from  378219821465273a1826c13364369a92f01ea493 (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=a59a57ffe3e393726af851a0ae9654b2922f22ee

commit a59a57ffe3e393726af851a0ae9654b2922f22ee
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  |    4 ++++
 gold/powerpc.cc |   18 ++++++++++++++++--
 2 files changed, 20 insertions(+), 2 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]