From: caiyinyu Date: Fri, 19 Dec 2025 08:23:03 +0000 (+0800) Subject: LoongArch: Use generic __builtin_trap in abort. X-Git-Tag: glibc-2.43~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b71d59074b98ad4abd23c136ec9ad4c26e29ee6d;p=thirdparty%2Fglibc.git LoongArch: Use generic __builtin_trap in abort. Reviewed-by: Xi Ruoyao --- 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")