]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
NDS32/opcodes: Add audio ISA extension and modify the disassemble implemnt.
authorKuan-Lin Chen <kuanlinchentw@gmail.com>
Wed, 10 Sep 2014 01:46:32 +0000 (09:46 +0800)
committerKuan-Lin Chen <kuanlinchentw@gmail.com>
Tue, 16 Sep 2014 04:28:11 +0000 (12:28 +0800)
commit40c7a7cb74ee4a9ec0830d734198fcd0e99c3a37
treeb28e7367173b15a3be3b1dd05dafa6e811f02f5a
parent5b636fed3a28c9237c187999490f8e58d54b2d83
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.
binutils/ChangeLog
binutils/readelf.c
include/opcode/ChangeLog
include/opcode/nds32.h
opcodes/ChangeLog
opcodes/nds32-asm.c
opcodes/nds32-asm.h
opcodes/nds32-dis.c