From 2fbe5860d33ca2318b35ea6d31beefa381b4ac8a Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 19 Jul 2021 07:55:27 +0200 Subject: resolv: Rename res_comp.c to res-name-checking.c and move into libc This reflects what the remaining functions in the file do. The __res_dnok, __res_hnok, __res_mailok, __res_ownok were moved with the script, using --no-new-version, and turned into compat symbols. __libc_res_dnok@@GLIBC_PRIVATE and __libc_res_hnok@@GLIBC_PRIVATE are added for internal use, to avoid accidentally binding to compatibility symbols. The new public symbols res_dnok, res_hnok, res_mailok, res_ownok were added using make update-all-abi. Reviewed-by: Carlos O'Donell Tested-by: Carlos O'Donell --- sysdeps/unix/sysv/linux/microblaze/be/libc.abilist | 8 ++++++++ sysdeps/unix/sysv/linux/microblaze/be/libresolv.abilist | 4 ---- sysdeps/unix/sysv/linux/microblaze/le/libc.abilist | 8 ++++++++ sysdeps/unix/sysv/linux/microblaze/le/libresolv.abilist | 4 ---- 4 files changed, 16 insertions(+), 8 deletions(-) (limited to 'sysdeps/unix/sysv/linux/microblaze') diff --git a/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist b/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist index d8b86d4..c9a8d74 100644 --- a/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist @@ -381,9 +381,13 @@ GLIBC_2.18 __realpath_chk F GLIBC_2.18 __recv_chk F GLIBC_2.18 __recvfrom_chk F GLIBC_2.18 __register_atfork F +GLIBC_2.18 __res_dnok F +GLIBC_2.18 __res_hnok F GLIBC_2.18 __res_init F +GLIBC_2.18 __res_mailok F GLIBC_2.18 __res_nclose F GLIBC_2.18 __res_ninit F +GLIBC_2.18 __res_ownok F GLIBC_2.18 __res_randomid F GLIBC_2.18 __res_state F GLIBC_2.18 __rpc_thread_createerr F @@ -2635,6 +2639,10 @@ GLIBC_2.34 pthread_spin_unlock F GLIBC_2.34 pthread_testcancel F GLIBC_2.34 pthread_timedjoin_np F GLIBC_2.34 pthread_tryjoin_np F +GLIBC_2.34 res_dnok F +GLIBC_2.34 res_hnok F +GLIBC_2.34 res_mailok F +GLIBC_2.34 res_ownok F GLIBC_2.34 sem_clockwait F GLIBC_2.34 sem_close F GLIBC_2.34 sem_destroy F diff --git a/sysdeps/unix/sysv/linux/microblaze/be/libresolv.abilist b/sysdeps/unix/sysv/linux/microblaze/be/libresolv.abilist index eeb54af..2e35f26 100644 --- a/sysdeps/unix/sysv/linux/microblaze/be/libresolv.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/be/libresolv.abilist @@ -23,11 +23,8 @@ GLIBC_2.18 __p_type_syms D 0x228 GLIBC_2.18 __putlong F GLIBC_2.18 __putshort F GLIBC_2.18 __res_close F -GLIBC_2.18 __res_dnok F -GLIBC_2.18 __res_hnok F GLIBC_2.18 __res_hostalias F GLIBC_2.18 __res_isourserver F -GLIBC_2.18 __res_mailok F GLIBC_2.18 __res_mkquery F GLIBC_2.18 __res_nameinquery F GLIBC_2.18 __res_nmkquery F @@ -35,7 +32,6 @@ GLIBC_2.18 __res_nquery F GLIBC_2.18 __res_nquerydomain F GLIBC_2.18 __res_nsearch F GLIBC_2.18 __res_nsend F -GLIBC_2.18 __res_ownok F GLIBC_2.18 __res_queriesmatch F GLIBC_2.18 __res_query F GLIBC_2.18 __res_querydomain F diff --git a/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist b/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist index 45beeb0..e409a40 100644 --- a/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist @@ -381,9 +381,13 @@ GLIBC_2.18 __realpath_chk F GLIBC_2.18 __recv_chk F GLIBC_2.18 __recvfrom_chk F GLIBC_2.18 __register_atfork F +GLIBC_2.18 __res_dnok F +GLIBC_2.18 __res_hnok F GLIBC_2.18 __res_init F +GLIBC_2.18 __res_mailok F GLIBC_2.18 __res_nclose F GLIBC_2.18 __res_ninit F +GLIBC_2.18 __res_ownok F GLIBC_2.18 __res_randomid F GLIBC_2.18 __res_state F GLIBC_2.18 __rpc_thread_createerr F @@ -2632,6 +2636,10 @@ GLIBC_2.34 pthread_spin_unlock F GLIBC_2.34 pthread_testcancel F GLIBC_2.34 pthread_timedjoin_np F GLIBC_2.34 pthread_tryjoin_np F +GLIBC_2.34 res_dnok F +GLIBC_2.34 res_hnok F +GLIBC_2.34 res_mailok F +GLIBC_2.34 res_ownok F GLIBC_2.34 sem_clockwait F GLIBC_2.34 sem_close F GLIBC_2.34 sem_destroy F diff --git a/sysdeps/unix/sysv/linux/microblaze/le/libresolv.abilist b/sysdeps/unix/sysv/linux/microblaze/le/libresolv.abilist index eeb54af..2e35f26 100644 --- a/sysdeps/unix/sysv/linux/microblaze/le/libresolv.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/le/libresolv.abilist @@ -23,11 +23,8 @@ GLIBC_2.18 __p_type_syms D 0x228 GLIBC_2.18 __putlong F GLIBC_2.18 __putshort F GLIBC_2.18 __res_close F -GLIBC_2.18 __res_dnok F -GLIBC_2.18 __res_hnok F GLIBC_2.18 __res_hostalias F GLIBC_2.18 __res_isourserver F -GLIBC_2.18 __res_mailok F GLIBC_2.18 __res_mkquery F GLIBC_2.18 __res_nameinquery F GLIBC_2.18 __res_nmkquery F @@ -35,7 +32,6 @@ GLIBC_2.18 __res_nquery F GLIBC_2.18 __res_nquerydomain F GLIBC_2.18 __res_nsearch F GLIBC_2.18 __res_nsend F -GLIBC_2.18 __res_ownok F GLIBC_2.18 __res_queriesmatch F GLIBC_2.18 __res_query F GLIBC_2.18 __res_querydomain F -- cgit v1.1