at master 434 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 ecef47086..b478dd4d9 100644 5--- a/libgcc/config/aarch64/lse.S 6+++ b/libgcc/config/aarch64/lse.S 7@@ -174,8 +174,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see 8 .globl \name 9 HIDDEN(\name) 10 SYMBOL_TYPE(\name, %function) 11- .cfi_startproc 12 \name: 13+ .cfi_startproc 14 .endm 15 16 .macro ENDFN name