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. 14191abec071bdee0b8c8ab33d2e09b73b3d3c23


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  14191abec071bdee0b8c8ab33d2e09b73b3d3c23 (commit)
      from  957979137fe8c3bcf709d5fc3e8795cf1e3de161 (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=14191abec071bdee0b8c8ab33d2e09b73b3d3c23

commit 14191abec071bdee0b8c8ab33d2e09b73b3d3c23
Author: Jose E. Marchesi <jemarch@gnu.org>
Date:   Mon Aug 25 13:08:31 2014 +0200

    gas tests for the sparc instructions ldfsr, stfsr, ldx, ldxa, stx, stxa, ldxfsr, stxfsr, ldxefsr.
    
    - V8 instructions:  ldfsr, stfsr
    - V9 instructions:  ldx, ldxa, stx, stxa, ldxfsr, stxfsr
    - V9b instructions: ldxefsr
    
    Tested on sparc64-*-linux-gnu.
    
    [gas/testsuite/Changelog]
    
    2014-08-25  Jose E. Marchesi  <jose.marchesi@oracle.com>
    
    	* gas/sparc/ldx_stx.s: New file.
    	* gas/sparc/ldx_stx.d: Likewise.
    
    	* gas/sparc/ldx_efsr.s: New file.
    	* gas/sparc/ldx_efsr.d: Likewise.
    
    	* gas/sparc/ld_st_fsr.s: New file.
    	* gas/sparc/ld_st_fsr.d: Likewise.
    
    	* gas/sparc/sparc.exp: Run the tests ldx_stx, ldx_efsr and
    	ld_st_fsr.

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

Summary of changes:
 gas/testsuite/ChangeLog             |   14 ++++++++++++++
 gas/testsuite/gas/sparc/ld_st_fsr.d |   11 +++++++++++
 gas/testsuite/gas/sparc/ld_st_fsr.s |    4 ++++
 gas/testsuite/gas/sparc/ldx_efsr.d  |   10 ++++++++++
 gas/testsuite/gas/sparc/ldx_efsr.s  |    3 +++
 gas/testsuite/gas/sparc/ldx_stx.d   |   15 +++++++++++++++
 gas/testsuite/gas/sparc/ldx_stx.s   |    8 ++++++++
 gas/testsuite/gas/sparc/sparc.exp   |    3 +++
 8 files changed, 68 insertions(+), 0 deletions(-)
 create mode 100644 gas/testsuite/gas/sparc/ld_st_fsr.d
 create mode 100644 gas/testsuite/gas/sparc/ld_st_fsr.s
 create mode 100644 gas/testsuite/gas/sparc/ldx_efsr.d
 create mode 100644 gas/testsuite/gas/sparc/ldx_efsr.s
 create mode 100644 gas/testsuite/gas/sparc/ldx_stx.d
 create mode 100644 gas/testsuite/gas/sparc/ldx_stx.s


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]