[PATCH] LoongArch: Use generic __builtin_trap in abort.

caiyinyu caiyinyu@loongson.cn
Mon Dec 22 08:08:40 GMT 2025


---
 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 46d3ad0871..0000000000
--- 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.45.2



More information about the Libc-alpha mailing list