diff options
author | liuzhensong <liuzhensong@loongson.cn> | 2021-10-22 16:42:04 +0800 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-10-24 21:36:31 +1030 |
commit | 6cc76c40a99bd13d69a311cae5ec891bd1d1dbf2 (patch) | |
tree | 091be65314dbf2b4b4030edb7a7f8140504f230b /opcodes/Makefile.am | |
parent | e214f8db56f65531b0a5ec296c42339dcaa5af31 (diff) | |
download | binutils-6cc76c40a99bd13d69a311cae5ec891bd1d1dbf2.zip binutils-6cc76c40a99bd13d69a311cae5ec891bd1d1dbf2.tar.gz binutils-6cc76c40a99bd13d69a311cae5ec891bd1d1dbf2.tar.bz2 |
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.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 0e04b4c..c45fc29 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -164,6 +164,9 @@ TARGET_LIBOPCODES_CFILES = \ lm32-ibld.c \ lm32-opc.c \ lm32-opinst.c \ + loongarch-opc.c \ + loongarch-dis.c \ + loongarch-coder.c \ m10200-dis.c \ m10200-opc.c \ m10300-dis.c \ |