From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id EBA2B3851148; Wed, 12 Oct 2022 14:16:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EBA2B3851148 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1665584205; bh=SPnzDY66zu0cYr2hVakOqeBdmQ2IXWN3dTIWWfO/VbA=; h=From:To:Subject:Date:From; b=SjRChV1JIR+nKylmGmZuOdnT1F0vVv1whCeWfSeTQPy3+mRAKR3nz4Gnq+yQ/coZT qaAUXT4W5n+o/eBVvFRVFCmLAqpSE+xkl49nlOi84Rpc05bTxIZD6GudYJk1DeqdnC 1Xd9kI0CXv7AHXSra9918pRcIMJ4U5H5pTk/42A4= 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] aarch64: morello: remove ELF_MACHINE_START_ADDRESS X-Act-Checkin: glibc X-Git-Author: Szabolcs Nagy X-Git-Refname: refs/heads/arm/morello/main X-Git-Oldrev: a3085f72f8b450631ca0d9f8fe80482f079295ef X-Git-Newrev: 009e1fd306a8f3983f65faa51fb2a6175e74d87e Message-Id: <20221012141645.EBA2B3851148@sourceware.org> Date: Wed, 12 Oct 2022 14:16:45 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=009e1fd306a8f3983f65faa51fb2a6175e74d87e commit 009e1fd306a8f3983f65faa51fb2a6175e74d87e Author: Szabolcs Nagy Date: Wed Sep 7 15:43:09 2022 +0100 aarch64: morello: remove ELF_MACHINE_START_ADDRESS The start address (l_entry) is now a capability so no need to fix it. Diff: --- sysdeps/aarch64/morello/dl-machine.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sysdeps/aarch64/morello/dl-machine.h b/sysdeps/aarch64/morello/dl-machine.h index 83528e9039..19110d75c5 100644 --- a/sysdeps/aarch64/morello/dl-machine.h +++ b/sysdeps/aarch64/morello/dl-machine.h @@ -152,9 +152,6 @@ elf_machine_load_address_from_args (void *arg) #define ELF_MACHINE_JMP_SLOT MORELLO_R(JUMP_SLOT) -/* Return the address of the entry point. */ -#define ELF_MACHINE_START_ADDRESS(map, start) ((map)->l_addr + ((start) - (ElfW(Addr))(map)->l_addr)) - #define DL_PLATFORM_INIT dl_platform_init () static inline void __attribute__ ((unused))