diff options
author | Tiezhu Yang <yangtiezhu@loongson.cn> | 2022-02-11 20:17:56 +0800 |
---|---|---|
committer | Tiezhu Yang <yangtiezhu@loongson.cn> | 2022-02-11 20:17:56 +0800 |
commit | d203a0647fc73cad89307c37ae060b45aa28eab4 (patch) | |
tree | 295343d40a360fcea7a240b23d7923abf0d99bf0 /gdb/features/Makefile | |
parent | a8c39d4c00d785febec3e340e6653611ce43329a (diff) | |
download | gdb-d203a0647fc73cad89307c37ae060b45aa28eab4.zip gdb-d203a0647fc73cad89307c37ae060b45aa28eab4.tar.gz gdb-d203a0647fc73cad89307c37ae060b45aa28eab4.tar.bz2 |
gdb: LoongArch: Add Makefile, configure and NEWS
This commit adds Makefile, configure and NEWS for LoongArch.
Signed-off-by: Zhensong Liu <liuzhensong@loongson.cn>
Signed-off-by: Qing zhang <zhangqing@loongson.cn>
Signed-off-by: Youling Tang <tangyouling@loongson.cn>
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Diffstat (limited to 'gdb/features/Makefile')
-rw-r--r-- | gdb/features/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/features/Makefile b/gdb/features/Makefile index bd39abd..68e17d0 100644 --- a/gdb/features/Makefile +++ b/gdb/features/Makefile @@ -173,6 +173,7 @@ GDB = false aarch64-feature = 1 arm-feature = 1 i386-feature = 1 +loongarch-feature = 1 riscv-feature = 1 tic6x-feature = 1 @@ -226,6 +227,8 @@ FEATURE_XMLFILES = aarch64-core.xml \ i386/64bit-pkeys.xml \ i386/64bit-sse.xml \ i386/x32-core.xml \ + loongarch/base32.xml \ + loongarch/base64.xml \ riscv/rv32e-xregs.xml \ riscv/32bit-cpu.xml \ riscv/32bit-fpu.xml \ |