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_25-branch updated. 2fb062bac3e5f102f8608df5548bebf2682b0fec


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  2fb062bac3e5f102f8608df5548bebf2682b0fec (commit)
      from  feba93770920f91760d6390541221b75ba5c95f3 (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=2fb062bac3e5f102f8608df5548bebf2682b0fec

commit 2fb062bac3e5f102f8608df5548bebf2682b0fec
Author: Alan Modra <amodra@gmail.com>
Date:   Thu Dec 4 21:45:05 2014 +1030

    PowerPC gold, fix 32-bit branch address arithmetic
    
    Mixing 64-bit and 32-bit types led to the wrong promotions.  Keep
    calculation in same type.  Also fix a case where PLTREL24 reloc addend
    should be ignored.
    
    	* Powerpc.cc (Target_powerpc::Branch_info::make_stub): Ignore
    	addend of PLTREL24 reloc when not generating a plt stub.  Make
    	max_branch_offset an "Address".
    	(Target_powerpc::Relocate::relocate): Make max_branch_offset
    	an "Address".

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

Summary of changes:
 gold/ChangeLog  |    8 ++++++++
 gold/powerpc.cc |    9 +++++----
 2 files changed, 13 insertions(+), 4 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]