From 009e1fd306a8f3983f65faa51fb2a6175e74d87e Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Wed, 7 Sep 2022 15:43:09 +0100 Subject: [PATCH] aarch64: morello: remove ELF_MACHINE_START_ADDRESS The start address (l_entry) is now a capability so no need to fix it. --- 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 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)) -- 2.47.2