at master 416 B view raw
1this patch fixes build for clang-18+ 2 3diff --git a/libgcc/config/aarch64/lse.S b/libgcc/config/aarch64/lse.S 4index d3235bc33..1a56eb61c 100644 5--- a/libgcc/config/aarch64/lse.S 6+++ b/libgcc/config/aarch64/lse.S 7@@ -170,8 +170,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see 8 .globl \name 9 .hidden \name 10 .type \name, %function 11- .cfi_startproc 12 \name: 13+ .cfi_startproc 14 BTI_C 15 .endm 16