From d056c212130280c0a54d9a4f72170ec621b70ce5 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 29 Apr 2022 17:00:53 +0200 Subject: dlfcn: Implement the RTLD_DI_PHDR request type for dlinfo The information is theoretically available via dl_iterate_phdr as well, but that approach is very slow if there are many shared objects. Reviewed-by: Carlos O'Donell Tested-by: Carlos O'Donell --- dlfcn/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dlfcn/Makefile') diff --git a/dlfcn/Makefile b/dlfcn/Makefile index 6e0a014d99..3255ba02c5 100644 --- a/dlfcn/Makefile +++ b/dlfcn/Makefile @@ -73,6 +73,10 @@ tststatic3-ENV = $(tststatic-ENV) tststatic4-ENV = $(tststatic-ENV) tststatic5-ENV = $(tststatic-ENV) +tests-internal += \ + tst-dlinfo-phdr \ + # tests-internal + ifneq (,$(CXX)) modules-names += bug-atexit3-lib else -- cgit 1.4.1