From: Szabolcs Nagy Date: Wed, 7 Sep 2022 14:43:09 +0000 (+0100) Subject: aarch64: morello: remove ELF_MACHINE_START_ADDRESS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=009e1fd306a8f3983f65faa51fb2a6175e74d87e;p=thirdparty%2Fglibc.git aarch64: morello: remove ELF_MACHINE_START_ADDRESS The start address (l_entry) is now a capability so no need to fix it. --- diff --git a/sysdeps/aarch64/morello/dl-machine.h b/sysdeps/aarch64/morello/dl-machine.h index 83528e9039b..19110d75c5e 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))