diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-06-03 08:26:04 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-06-03 08:26:04 +0200 |
commit | add8d7ea01d5a22c2d7d184240dda6a7767e54e8 (patch) | |
tree | 22056615da5940658eeb0db5d45bcc370578ebcd /sysdeps/unix/sysv/linux/arm/le | |
parent | 6dfc0207ebeb639e47ba7387a9123ed622904cf7 (diff) | |
download | glibc-add8d7ea01d5a22c2d7d184240dda6a7767e54e8.tar.gz glibc-add8d7ea01d5a22c2d7d184240dda6a7767e54e8.tar.xz glibc-add8d7ea01d5a22c2d7d184240dda6a7767e54e8.zip |
dlfcn: Move dlvsym into libc
The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/le')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/le/libc.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/le/libdl.abilist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/le/libc.abilist b/sysdeps/unix/sysv/linux/arm/le/libc.abilist index bfe4d7ede0..c93d59d01b 100644 --- a/sysdeps/unix/sysv/linux/arm/le/libc.abilist +++ b/sysdeps/unix/sysv/linux/arm/le/libc.abilist @@ -211,6 +211,7 @@ GLIBC_2.34 dlerror F GLIBC_2.34 dlinfo F GLIBC_2.34 dlmopen F GLIBC_2.34 dlsym F +GLIBC_2.34 dlvsym F GLIBC_2.34 execveat F GLIBC_2.34 mtx_destroy F GLIBC_2.34 mtx_init F @@ -1028,6 +1029,7 @@ GLIBC_2.4 dlerror F GLIBC_2.4 dlinfo F GLIBC_2.4 dlmopen F GLIBC_2.4 dlsym F +GLIBC_2.4 dlvsym F GLIBC_2.4 dngettext F GLIBC_2.4 dprintf F GLIBC_2.4 drand48 F diff --git a/sysdeps/unix/sysv/linux/arm/le/libdl.abilist b/sysdeps/unix/sysv/linux/arm/le/libdl.abilist index 763c28ead6..f6280a2f0d 100644 --- a/sysdeps/unix/sysv/linux/arm/le/libdl.abilist +++ b/sysdeps/unix/sysv/linux/arm/le/libdl.abilist @@ -1,2 +1 @@ GLIBC_2.4 dlopen F -GLIBC_2.4 dlvsym F |