public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Args adjustment with ./ld.so exe [BZ #23293]
@ 2022-04-12 12:55 Szabolcs Nagy
  2022-04-12 12:55 ` [PATCH 1/3] Remove _dl_skip_args_internal declaration Szabolcs Nagy
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Szabolcs Nagy @ 2022-04-12 12:55 UTC (permalink / raw)
  To: libc-alpha

Trying to make the ld.so start code more generic and less error prone.

The introduced DL_NEED_START_ARGS_ADJUST may not be the nicest
solution, but it avoids affecting code on other targets for now.

Szabolcs Nagy (3):
  Remove _dl_skip_args_internal declaration
  aarch64: Use generic argv adjustment in ld.so [BZ #23293]
  aarch64: Move ld.so _start to separate file

 elf/rtld.c                          | 56 +++++++++++++++++++++
 sysdeps/aarch64/Makefile            |  1 +
 sysdeps/aarch64/dl-machine.h        | 77 +----------------------------
 sysdeps/aarch64/dl-start.S          | 53 ++++++++++++++++++++
 sysdeps/aarch64/dl-sysdep.h         |  2 +-
 sysdeps/generic/ldsodefs.h          |  6 +--
 sysdeps/unix/sysv/linux/dl-sysdep.c | 10 ++++
 7 files changed, 125 insertions(+), 80 deletions(-)
 create mode 100644 sysdeps/aarch64/dl-start.S

-- 
2.25.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-04-13  8:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-12 12:55 [PATCH 0/3] Args adjustment with ./ld.so exe [BZ #23293] Szabolcs Nagy
2022-04-12 12:55 ` [PATCH 1/3] Remove _dl_skip_args_internal declaration Szabolcs Nagy
2022-04-12 13:40   ` Florian Weimer
2022-04-12 13:51   ` Andreas Schwab
2022-04-12 12:55 ` [PATCH 2/3] aarch64: Use generic argv adjustment in ld.so [BZ #23293] Szabolcs Nagy
2022-04-12 14:12   ` Florian Weimer
2022-04-12 14:25     ` Florian Weimer
2022-04-13  8:09     ` Szabolcs Nagy
2022-04-12 12:55 ` [PATCH 3/3] aarch64: Move ld.so _start to separate file Szabolcs Nagy
2022-04-12 14:11   ` Florian Weimer

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).