From d203a0647fc73cad89307c37ae060b45aa28eab4 Mon Sep 17 00:00:00 2001 From: Tiezhu Yang Date: Fri, 11 Feb 2022 20:17:56 +0800 Subject: gdb: LoongArch: Add Makefile, configure and NEWS This commit adds Makefile, configure and NEWS for LoongArch. Signed-off-by: Zhensong Liu Signed-off-by: Qing zhang Signed-off-by: Youling Tang Signed-off-by: Tiezhu Yang --- gdb/features/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/features') 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 \ -- cgit v1.1