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. 8514e4db84ccafaf3be07e842be2fa2001ba876e


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  8514e4db84ccafaf3be07e842be2fa2001ba876e (commit)
       via  8066deb11b8e23de5c75e3e2526524bdef0f5a41 (commit)
      from  10e79639cc08c050b8fa97c0a5af102683a11e3c (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=8514e4db84ccafaf3be07e842be2fa2001ba876e

commit 8514e4db84ccafaf3be07e842be2fa2001ba876e
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Nov 28 13:21:52 2014 +1030

    Don't deprecate powerpc mftb insn
    
    mftb is marked phased out in the architecture manual, but we can keep
    it as an extended mnemonic for mftbl.
    
    	* ppc-opc.c (powerpc_opcodes <mftb>): Don't deprecate for power7.
    	(TB): Delete.
    	(insert_tbr, extract_tbr): Validate tbr number.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8066deb11b8e23de5c75e3e2526524bdef0f5a41

commit 8066deb11b8e23de5c75e3e2526524bdef0f5a41
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Nov 28 14:29:23 2014 +1030

    Fix build breakage on 32-bit targets with 64-bit bfd
    
    	* readelf.c (get_32bit_elf_symbols): Cast bfd_size_type values to
    	unsigned long for %lx.
    	(get_64bit_elf_symbols, process_section_groups): Likewise.

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

Summary of changes:
 binutils/ChangeLog |    6 ++++++
 binutils/readelf.c |   17 ++++++++++++-----
 opcodes/ChangeLog  |    6 ++++++
 opcodes/ppc-opc.c  |   16 +++++++++-------
 4 files changed, 33 insertions(+), 12 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]