public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Restore support for _r_debug copy relocations & interposition
@ 2023-05-08 14:25 Florian Weimer
  2023-05-08 14:25 ` [PATCH v4 1/3] elf: Introduce separate _r_debug_array variable Florian Weimer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Florian Weimer @ 2023-05-08 14:25 UTC (permalink / raw)
  To: libc-alpha

This is a rebase on current master, addressing a conflict in
elf/dl-load.c after Andreas' cleanup.

Re-tested on x86_64-linux-gnu.

Thanks,
Florian

Florian Weimer (3):
  elf: Introduce separate _r_debug_array variable
  elf: Introduce _dl_debug_change_state
  elf: Restore support for _r_debug interpositions and copy relocations

 elf/Makefile               |   9 +++
 elf/dl-close.c             |   6 +-
 elf/dl-debug.c             | 144 ++++++++++++++++++++++++++-----------
 elf/dl-load.c              |   3 +-
 elf/dl-open.c              |   5 +-
 elf/rtld.c                 |   9 +--
 elf/tst-dlmopen4-nonpic.c  |   2 +
 elf/tst-dlmopen4-pic.c     |   2 +
 elf/tst-dlmopen4.c         |  22 ++++++
 sysdeps/generic/ldsodefs.h |  20 ++++--
 10 files changed, 164 insertions(+), 58 deletions(-)
 create mode 100644 elf/tst-dlmopen4-nonpic.c
 create mode 100644 elf/tst-dlmopen4-pic.c


base-commit: 2f679937b35b7f9a8d448ab2ee03bc1fb3ace263
-- 
2.40.1


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

end of thread, other threads:[~2023-05-08 14:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-08 14:25 [PATCH v4 0/3] Restore support for _r_debug copy relocations & interposition Florian Weimer
2023-05-08 14:25 ` [PATCH v4 1/3] elf: Introduce separate _r_debug_array variable Florian Weimer
2023-05-08 14:26 ` [PATCH v4 2/3] elf: Introduce _dl_debug_change_state Florian Weimer
2023-05-08 14:26 ` [PATCH v4 3/3] elf: Restore support for _r_debug interpositions and copy relocations 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).