From 1add36403a07f81c0a08c5d529c50b1fff0d1a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Thu, 11 Dec 2025 19:01:23 +0100 Subject: [PATCH] musl: add nop after bl to start_c in powerpc64 crt code https://www.openwall.com/lists/musl/2025/12/11/4 --- lib/libc/musl/arch/powerpc64/crt_arch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libc/musl/arch/powerpc64/crt_arch.h b/lib/libc/musl/arch/powerpc64/crt_arch.h index 168669a9336bf86a98f0d6aeab1ea2dbd8302f49..c3817deffd11fd0b679ae9b9b7223e100ccc9f03 100644 --- a/lib/libc/musl/arch/powerpc64/crt_arch.h +++ b/lib/libc/musl/arch/powerpc64/crt_arch.h @@ -13,6 +13,7 @@ START ": \n" " stdu 0, -32(1) \n" " mtlr 0 \n" " bl " START "_c \n" +" nop \n" ".weak _DYNAMIC \n" ".hidden _DYNAMIC \n" "1: .long _DYNAMIC-" START "\n" -- 2.54.0