at master 407 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@@ -197,8 +197,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see 8 .text 9 .balign 16 10 .private_extern _\name 11- .cfi_startproc 12 _\name: 13+ .cfi_startproc 14 BTI_C 15 .endm 16