gdb and binutils branch master updated. cbcb23fa01027a7fe1be938d58ef8e7a60b5fb7e

amodra@sourceware.org amodra@sourceware.org
Thu Dec 4 10:51:00 GMT 2014


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  cbcb23fa01027a7fe1be938d58ef8e7a60b5fb7e (commit)
      from  ba715d7fe49c8a59660fbd571b935b29eb7cfbdb (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=cbcb23fa01027a7fe1be938d58ef8e7a60b5fb7e

commit cbcb23fa01027a7fe1be938d58ef8e7a60b5fb7e
Author: Alan Modra <amodra@gmail.com>
Date:   Thu Dec 4 21:10:40 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 PLTREL25 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".
    	(Stub_table::can_read_stub): Make max_branch_offset an "Address".
    	(Target_powerpc::Relocate::relocate): Likewise.

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

Summary of changes:
 gold/ChangeLog  |    8 ++++++++
 gold/powerpc.cc |   11 ++++++-----
 2 files changed, 14 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
gdb and binutils



More information about the Binutils-cvs mailing list