public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Szabolcs Nagy <nsz@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc/arm/morello/main] aarch64: morello: remove ELF_MACHINE_START_ADDRESS
Date: Wed, 12 Oct 2022 14:16:45 +0000 (GMT)	[thread overview]
Message-ID: <20221012141645.EBA2B3851148@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=009e1fd306a8f3983f65faa51fb2a6175e74d87e

commit 009e1fd306a8f3983f65faa51fb2a6175e74d87e
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
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))

                 reply	other threads:[~2022-10-12 14:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221012141645.EBA2B3851148@sourceware.org \
    --to=nsz@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).