]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
LoongArch opcodes support
authorliuzhensong <liuzhensong@loongson.cn>
Fri, 22 Oct 2021 08:42:04 +0000 (16:42 +0800)
committerAlan Modra <amodra@gmail.com>
Sun, 24 Oct 2021 11:06:31 +0000 (21:36 +1030)
commit6cc76c40a99bd13d69a311cae5ec891bd1d1dbf2
tree091be65314dbf2b4b4030edb7a7f8140504f230b
parente214f8db56f65531b0a5ec296c42339dcaa5af31
LoongArch opcodes support

2021-10-22  Chenghua Xu  <xuchenghua@loongson.cn>
    Zhensong Liu  <liuzhensong@loongson.cn>
    Weinan Liu  <liuweinan@loongson.cn>

include/
* opcode/loongarch.h: New.
* dis-asm.h: Declare print_loongarch_disassembler_options.
opcodes/
* Makefile.am: Add LoongArch.
* configure.ac: Likewise.
* disassemble.c: Likewise.
* disassemble.h: Declare print_insn_loongarch.
* loongarch-coder.c: New.
* loongarch-dis.c: New.
* loongarch-opc.c: New.
* Makefile.in: Regenerate.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
12 files changed:
include/dis-asm.h
include/opcode/loongarch.h [new file with mode: 0644]
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/configure
opcodes/configure.ac
opcodes/disassemble.c
opcodes/disassemble.h
opcodes/loongarch-coder.c [new file with mode: 0644]
opcodes/loongarch-dis.c [new file with mode: 0644]
opcodes/loongarch-opc.c [new file with mode: 0644]
opcodes/po/POTFILES.in