authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-11 19:01:23+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-12 00:52:07+01:00
log1add36403a07f81c0a08c5d529c50b1fff0d1a5a
tree8a05e125e56eab5502ba21b7b1005b34bea7f6a2
parentc1daad3d689f2d29018cc59e920ccdeec157cef9
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

musl: add nop after bl to start_c in powerpc64 crt code

https://www.openwall.com/lists/musl/2025/12/11/4

1 files changed, 1 insertions(+), 0 deletions(-)

lib/libc/musl/arch/powerpc64/crt_arch.h+1
...@@ -13,6 +13,7 @@ START ": \n"...@@ -13,6 +13,7 @@ START ": \n"
13" stdu 0, -32(1) \n"13" stdu 0, -32(1) \n"
14" mtlr 0 \n"14" mtlr 0 \n"
15" bl " START "_c \n"15" bl " START "_c \n"
16" nop \n"
16".weak _DYNAMIC \n"17".weak _DYNAMIC \n"
17".hidden _DYNAMIC \n"18".hidden _DYNAMIC \n"
18"1: .long _DYNAMIC-" START "\n"19"1: .long _DYNAMIC-" START "\n"