Implement RISC-V disassembler
authorUlrich Drepper <drepper@gmail.com>
Fri, 6 Sep 2019 21:49:54 +0000 (23:49 +0200)
committerUlrich Drepper <drepper@gmail.com>
Fri, 6 Sep 2019 21:49:54 +0000 (23:49 +0200)
commitfcab4f6587528db731da3676decb3bedcf44c08d
tree1cb27502bfef12cdaeb9f2fbfebf8eb01218f84e
parentc950e8a995dfee0b6094c9854581b103754c6bb6
Implement RISC-V disassembler
17 files changed:
backends/riscv_init.c
lib/color.c
lib/color.h
libcpu/Makefile.am
libcpu/i386_disasm.c
libcpu/riscv_disasm.c [new file with mode: 0644]
po/de.po
po/es.po
po/ja.po
po/pl.po
po/uk.po
src/objdump.c
tests/Makefile.am
tests/run-disasm-riscv64.sh [new file with mode: 0755]
tests/testfile-riscv64-dis1.expect.bz2 [new file with mode: 0644]
tests/testfile-riscv64-dis1.o.bz2 [new file with mode: 0644]
tests/testfile45.expect.bz2