[PATCH v5 0/3] Restore support for _r_debug copy relocations, interposition
Florian Weimer
fweimer@redhat.com
Fri Jul 7 10:55:38 GMT 2023
This is an unchanged repost, fixing a conflict in elf/Makefile.
Re-tested on x86_64-linux-gnu.
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: 1bcfe0f732066ae5336b252295591ebe7e51c301
--
2.41.0
More information about the Libc-alpha
mailing list