]> git.feebdaed.xyz Git - 0xmirror/glibc.git/commitdiff
LoongArch: Use generic __builtin_trap in abort. master
authorcaiyinyu <caiyinyu@loongson.cn>
Fri, 19 Dec 2025 08:23:03 +0000 (16:23 +0800)
committercaiyinyu <caiyinyu@loongson.cn>
Thu, 25 Dec 2025 01:38:13 +0000 (09:38 +0800)
Reviewed-by: Xi Ruoyao <xry111@xry111.site>
sysdeps/loongarch/abort-instr.h [deleted file]

diff --git a/sysdeps/loongarch/abort-instr.h b/sysdeps/loongarch/abort-instr.h
deleted file mode 100644 (file)
index 46d3ad0..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/* An instruction which should crash any program is a breakpoint.  */
-#define ABORT_INSTRUCTION asm ("break 0")