From 77f876c0e3ac08a98daa60fbad44061d4e4c3d14 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 3 Jun 2021 08:26:04 +0200 Subject: dlfcn: Move dlsym into libc The symbol was moved using scripts/move-symbol-to-libc.py. In elf/Makefile, remove the $(libdl) dependency from testobj1.so because it the unused libdl DSO now causes elf/tst-unused-deps to fail. Reviewed-by: Adhemerval Zanella --- sysdeps/mach/hurd/i386/libc.abilist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/mach/hurd/i386/libc.abilist') diff --git a/sysdeps/mach/hurd/i386/libc.abilist b/sysdeps/mach/hurd/i386/libc.abilist index abf3f3cf7f..02ba6c3593 100644 --- a/sysdeps/mach/hurd/i386/libc.abilist +++ b/sysdeps/mach/hurd/i386/libc.abilist @@ -744,6 +744,7 @@ GLIBC_2.2.6 dl_iterate_phdr F GLIBC_2.2.6 dladdr F GLIBC_2.2.6 dlclose F GLIBC_2.2.6 dlerror F +GLIBC_2.2.6 dlsym F GLIBC_2.2.6 dngettext F GLIBC_2.2.6 dprintf F GLIBC_2.2.6 drand48 F @@ -2213,6 +2214,7 @@ GLIBC_2.34 _hurd_libc_proc_init F GLIBC_2.34 dladdr F GLIBC_2.34 dlclose F GLIBC_2.34 dlerror F +GLIBC_2.34 dlsym F GLIBC_2.34 execveat F GLIBC_2.34 timespec_getres F GLIBC_2.4 __confstr_chk F -- cgit 1.4.1