From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id E03DB3853572; Wed, 26 Oct 2022 14:50:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E03DB3853572 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666795829; bh=MdylcX7OpPn96z64BvdD/olsPM96mpVE5DFwSl25gLQ=; h=From:To:Subject:Date:From; b=ChrPEqDnuj4d2cyoQJdYv0NBfi+CwZrXtUNNjEMjnkH5VpSPTOwYa5Kx/39wHecch plKOzdUNKlm1YgLrhEAIXPVMuMzSwNEZza9BTKU3PRvDeBbxEalmBETEKGMbdtOPKh RpY/X8vYOQpQ0GkoNFvW+X9WGYZufqv4w3RO0a7U= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Szabolcs Nagy To: glibc-cvs@sourceware.org Subject: [glibc/arm/morello/main] TODO: fix _dl_runtime_profile entry after revert X-Act-Checkin: glibc X-Git-Author: Szabolcs Nagy X-Git-Refname: refs/heads/arm/morello/main X-Git-Oldrev: a6e4d0bbd7ca3f5cfb0e086fc215f14ba18c58ba X-Git-Newrev: 7a76b94bab71b0dc157f320ce380b80835eb5d5d Message-Id: <20221026145029.E03DB3853572@sourceware.org> Date: Wed, 26 Oct 2022 14:50:29 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7a76b94bab71b0dc157f320ce380b80835eb5d5d commit 7a76b94bab71b0dc157f320ce380b80835eb5d5d Author: Szabolcs Nagy Date: Fri Oct 21 15:46:42 2022 +0100 TODO: fix _dl_runtime_profile entry after revert TODO: squash into commit 392f32c841c9feefdc376129d2ac2215855decc4 aarch64: morello: add lazy binding entry code Diff: --- 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