summaryrefslogtreecommitdiff
path: root/gdb/features
diff options
context:
space:
mode:
authorTiezhu Yang <yangtiezhu@loongson.cn>2022-02-11 20:17:56 +0800
committerTiezhu Yang <yangtiezhu@loongson.cn>2022-02-11 20:17:56 +0800
commitd203a0647fc73cad89307c37ae060b45aa28eab4 (patch)
tree295343d40a360fcea7a240b23d7923abf0d99bf0 /gdb/features
parenta8c39d4c00d785febec3e340e6653611ce43329a (diff)
downloadbinutils-gdb-d203a0647fc73cad89307c37ae060b45aa28eab4.tar.gz
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')
-rw-r--r--gdb/features/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/features/Makefile b/gdb/features/Makefile
index bd39abda108..68e17d0085d 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 \