From b71d59074b98ad4abd23c136ec9ad4c26e29ee6d Mon Sep 17 00:00:00 2001 From: caiyinyu Date: Fri, 19 Dec 2025 16:23:03 +0800 Subject: [PATCH] LoongArch: Use generic __builtin_trap in abort. Reviewed-by: Xi Ruoyao --- sysdeps/loongarch/abort-instr.h | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 sysdeps/loongarch/abort-instr.h diff --git a/sysdeps/loongarch/abort-instr.h b/sysdeps/loongarch/abort-instr.h deleted file mode 100644 index 46d3ad0871a..00000000000 --- a/sysdeps/loongarch/abort-instr.h +++ /dev/null @@ -1,2 +0,0 @@ -/* An instruction which should crash any program is a breakpoint. */ -#define ABORT_INSTRUCTION asm ("break 0") -- 2.47.3