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. 15969b63f98e669afd097a1878b191a01bf95d82


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  15969b63f98e669afd097a1878b191a01bf95d82 (commit)
       via  b9121b573e2e2a9cc5a96bf84727c882cd21f2f9 (commit)
      from  25dda427ec9e074e0a258eb93c7cc811f0a85a9c (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=15969b63f98e669afd097a1878b191a01bf95d82

commit 15969b63f98e669afd097a1878b191a01bf95d82
Author: Matthew Fortune <matthew.fortune@imgtec.com>
Date:   Tue Dec 16 13:37:20 2014 +0000

    Fix octeon3 testsuite fallout
    
    gas/testsuite/
    
    	* gas/mips/attr-gnu-4-5.d: Ignore ASEs.
    	* gas/mips/attr-gnu-4-6.d: Likewise.
    	* gas/mips/attr-gnu-4-7.d: Likewise.
    	* gas/mips/attr-none-o32-fp64-nooddspreg.d: Likewise.
    	* gas/mips/attr-none-o32-fp64.d: Likewise.
    	* gas/mips/attr-none-o32-fpxx.d: Likewise.

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

commit b9121b573e2e2a9cc5a96bf84727c882cd21f2f9
Author: Matthew Fortune <matthew.fortune@imgtec.com>
Date:   Tue Dec 16 13:33:56 2014 +0000

    Add in a JALRC alias and fix the NAL instruction.
    
    opcodes/
    
    	* mips-opc.c (mips_builtin_opcodes): Add JALRC alias for JIALC.
    	Remove the operand from NAL.
    
    gas/testsuite/
    
    	* gas/mips/r6.s: Test JALRC and NAL
    	* gas/mips/r6-n32.d: Add expected output for JALRC and NAL.
    	* gas/mips/r6-n64.d: Likewise.
    	* gas/mips/r6.d: Likewise.

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

Summary of changes:
 gas/testsuite/ChangeLog                            |   16 ++++++++++++++++
 gas/testsuite/gas/mips/attr-gnu-4-5.d              |    2 +-
 gas/testsuite/gas/mips/attr-gnu-4-6.d              |    2 +-
 gas/testsuite/gas/mips/attr-gnu-4-7.d              |    2 +-
 .../gas/mips/attr-none-o32-fp64-nooddspreg.d       |    2 +-
 gas/testsuite/gas/mips/attr-none-o32-fp64.d        |    2 +-
 gas/testsuite/gas/mips/attr-none-o32-fpxx.d        |    2 +-
 gas/testsuite/gas/mips/r6-n32.d                    |    3 +++
 gas/testsuite/gas/mips/r6-n64.d                    |    3 +++
 gas/testsuite/gas/mips/r6.d                        |    3 +++
 gas/testsuite/gas/mips/r6.s                        |    3 +++
 opcodes/ChangeLog                                  |    5 +++++
 opcodes/mips-opc.c                                 |    3 ++-
 13 files changed, 41 insertions(+), 7 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]