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. db76a70026ab100148eb274322fac01f1a1dd466


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  db76a70026ab100148eb274322fac01f1a1dd466 (commit)
      from  7b20f09964ba4275768350a24fca109527a19425 (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=db76a70026ab100148eb274322fac01f1a1dd466

commit db76a70026ab100148eb274322fac01f1a1dd466
Author: Alan Modra <amodra@gmail.com>
Date:   Sat Nov 29 19:13:17 2014 +1030

    Power4 should treat mftb as extended mfspr mnemonic
    
    On further reading of ISA manual it appears gas should have been
    treating mftb and mftbu as extended mnemonics for mfspr, for ISA 2.03
    and later.
    
    opcodes/
    	* ppc-opc.c (powerpc_opcodes): Make mftb* generate mfspr for
    	power4 and later.
    gas/testsuite/
    	* gas/ppc/a2.d: Update for mftb change.
    	* gas/ppc/476.d: Likewise.

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

Summary of changes:
 gas/testsuite/ChangeLog     |    5 +++++
 gas/testsuite/gas/ppc/476.d |    2 +-
 gas/testsuite/gas/ppc/a2.d  |    4 ++--
 opcodes/ChangeLog           |    5 +++++
 opcodes/ppc-opc.c           |   12 ++++++------
 5 files changed, 19 insertions(+), 9 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]