From 7a76b94bab71b0dc157f320ce380b80835eb5d5d Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Fri, 21 Oct 2022 15:46:42 +0100 Subject: TODO: fix _dl_runtime_profile entry after revert TODO: squash into commit 392f32c841c9feefdc376129d2ac2215855decc4 aarch64: morello: add lazy binding entry code --- sysdeps/aarch64/morello/dl-trampoline.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/aarch64/morello/dl-trampoline.S b/sysdeps/aarch64/morello/dl-trampoline.S index dcd61d66fe..f94eff4a2b 100644 --- a/sysdeps/aarch64/morello/dl-trampoline.S +++ b/sysdeps/aarch64/morello/dl-trampoline.S @@ -127,7 +127,7 @@ _dl_runtime_profile: /* TODO: requires definition of La_aarch64_* layout and register state saved correctly for varargs ABI. */ - mov c0, 0 + mov x0, 0 ldr c0, [c0] cfi_endproc -- cgit v1.2.1