gdb and binutils branch master updated. 40c7a7cb74ee4a9ec0830d734198fcd0e99c3a37

kuanlinchen@sourceware.org kuanlinchen@sourceware.org
Tue Sep 16 04:38:00 GMT 2014


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  40c7a7cb74ee4a9ec0830d734198fcd0e99c3a37 (commit)
      from  5b636fed3a28c9237c187999490f8e58d54b2d83 (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=40c7a7cb74ee4a9ec0830d734198fcd0e99c3a37

commit 40c7a7cb74ee4a9ec0830d734198fcd0e99c3a37
Author: Kuan-Lin Chen <kuanlinchentw@gmail.com>
Date:   Wed Sep 10 09:46:32 2014 +0800

    NDS32/opcodes: Add audio ISA extension and modify the disassemble implemnt.
    
    First, add nds32 audio ISA extension including opcodes and registers.
    Second, redesign the disassemble implement.
    The original disassemble decode instruction opcode using switch-case.
    It is hard to synchronize when adding new instructions.
    Therefore, the new implement reuses nds32_opcodes to dump the instructions.

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

Summary of changes:
 binutils/ChangeLog       |    4 +
 binutils/readelf.c       |    4 +-
 include/opcode/ChangeLog |    4 +
 include/opcode/nds32.h   |   10 +-
 opcodes/ChangeLog        |   18 +
 opcodes/nds32-asm.c      | 2030 ++++++++++++++++++++++++++++++----------------
 opcodes/nds32-asm.h      |  111 +++-
 opcodes/nds32-dis.c      | 2010 ++++++++++++++++++++-------------------------
 8 files changed, 2344 insertions(+), 1847 deletions(-)


hooks/post-receive
-- 
gdb and binutils



More information about the Binutils-cvs mailing list