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


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  ec92c392f7d6b4f43d6191a0d3fa1cd47db9f738 (commit)
      from  999bf65c4b277ffc40dc32f377cf99de0f9684b3 (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=ec92c392f7d6b4f43d6191a0d3fa1cd47db9f738

commit ec92c392f7d6b4f43d6191a0d3fa1cd47db9f738
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Date:   Wed Mar 19 16:43:41 2014 +0000

    This patch adds support for the hyperprivileged registers %hstick_offset
    and %hstick_enable to the Sparc assembler.
    
    	* config/tc-sparc.c (hpriv_reg_table): Added entries for
    	%hstick_offset and %hstick_enable.
    	* doc/c-sparc.texi (Sparc-Regs): Document the %hstick_offset and
    	%hstick_enable hyperprivileged registers.
    
    	* sparc-dis.c (v9_hpriv_reg_names): Names for %hstick_offset and
    	%hstick_enable added.
    
    	* gas/sparc/rdhpr.s: Test rd %hstick_offset and %hstick_enable.
    	* gas/sparc/rdhpr.d: Likewise.
    
    	* gas/sparc/wrhpr.s: Test wr %hstick_offset and %hstick_enable.
    	* gas/sparc/wrhpr.d: Likewise.

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

Summary of changes:
 gas/ChangeLog                   |    7 +++++++
 gas/config/tc-sparc.c           |    2 ++
 gas/doc/c-sparc.texi            |   12 ++++++++++--
 gas/testsuite/ChangeLog         |    6 ++++++
 gas/testsuite/gas/sparc/rdhpr.d |    4 +++-
 gas/testsuite/gas/sparc/rdhpr.s |    4 +++-
 gas/testsuite/gas/sparc/wrhpr.d |    4 +++-
 gas/testsuite/gas/sparc/wrhpr.s |    4 +++-
 opcodes/ChangeLog               |    5 +++++
 opcodes/sparc-dis.c             |    2 +-
 10 files changed, 43 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]