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. 6b9d3259c3a3a1c051a0bc9164a1227a5d6f8fdf


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  6b9d3259c3a3a1c051a0bc9164a1227a5d6f8fdf (commit)
      from  64c46ce4ace879a65e62933afac2f540ffbc40aa (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=6b9d3259c3a3a1c051a0bc9164a1227a5d6f8fdf

commit 6b9d3259c3a3a1c051a0bc9164a1227a5d6f8fdf
Author: Kuan-Lin Chen <kuanlinchentw@gmail.com>
Date:   Thu Dec 12 13:43:51 2013 +0800

    Add system register and embedded debug register support.
    Add two more as test files for user special and system register.
    Fix typo.
    
    2013-12-17  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
    
    	* gas/nds32/nds32.exp: Add system and user special register tests.
    	* gas/nds32/sys-reg.s: New test.
    	* gas/nds32/sys-reg.d: Likewise.
    	* gas/nds32/usr-spe-reg.s: Likewise.
    	* gas/nds32/usr-spe-reg.d: Likewise.
    	* gas/nds32/alu-2.d: Delete the new blank line at EOF.
    	* gas/nds32/br-1.d: Likewise.
    	* gas/nds32/br-2.d: Likewise.
    	* gas/nds32/ji-jr.d: Likewise.
    	* gas/nds32/lsi.d: Likewise.
    	* nds32-dis.c (sr_map): Add system register table for disassembling.
    	(usr_map): Fix typo.
    	* nds32-asm.c (keyword_sr): Add embedded debug registers.

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

Summary of changes:
 gas/testsuite/ChangeLog               |   13 ++++
 gas/testsuite/gas/nds32/alu-2.d       |    1 -
 gas/testsuite/gas/nds32/br-1.d        |    1 -
 gas/testsuite/gas/nds32/br-2.d        |    1 -
 gas/testsuite/gas/nds32/ji-jr.d       |    1 -
 gas/testsuite/gas/nds32/lsi.d         |    1 -
 gas/testsuite/gas/nds32/nds32.exp     |    2 +
 gas/testsuite/gas/nds32/sys-reg.d     |  118 +++++++++++++++++++++++++++++++++
 gas/testsuite/gas/nds32/sys-reg.s     |  114 +++++++++++++++++++++++++++++++
 gas/testsuite/gas/nds32/usr-spe-reg.d |   29 ++++++++
 gas/testsuite/gas/nds32/usr-spe-reg.s |   21 ++++++
 opcodes/ChangeLog                     |    6 ++
 opcodes/nds32-asm.c                   |   48 +++++++++++++
 opcodes/nds32-dis.c                   |   99 ++++++++++++++++++++++++++--
 14 files changed, 444 insertions(+), 11 deletions(-)
 create mode 100644 gas/testsuite/gas/nds32/sys-reg.d
 create mode 100644 gas/testsuite/gas/nds32/sys-reg.s
 create mode 100644 gas/testsuite/gas/nds32/usr-spe-reg.d
 create mode 100644 gas/testsuite/gas/nds32/usr-spe-reg.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]