diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-07-02 11:45:00 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-07-02 11:45:00 +0200 |
commit | dbb949f53d4801b91885b2dfac9875b83a8710bf (patch) | |
tree | 9fdfcaeda7ba0f7f2895f45e233757cdfdb1eef3 /sysdeps/unix/sysv/linux/powerpc | |
parent | 813c6ec808556553be9d39e900a3fc97ceb32330 (diff) | |
download | glibc-dbb949f53d4801b91885b2dfac9875b83a8710bf.tar.gz glibc-dbb949f53d4801b91885b2dfac9875b83a8710bf.tar.xz glibc-dbb949f53d4801b91885b2dfac9875b83a8710bf.zip |
resolv: Move libanl into libc (if libpthread is in libc)
The symbols gai_cancel, gai_error, gai_suspend, getaddrinfo_a, __gai_suspend_time64 were moved using scripts/move-symbol-to-libc.py. For Hurd (which remains !PTHREAD_IN_LIBC), a few #define redirects had to be added because several pthread functions are not available under __. (Linux uses __ prefixes for most hidden aliases, and has to in some cases to avoid linknamespace issues.)
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc')
7 files changed, 37 insertions, 13 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist index 46a5759c0a..83f8513e17 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist @@ -2098,6 +2098,10 @@ GLIBC_2.2.3 __rpc_thread_svc_fdset F GLIBC_2.2.3 __rpc_thread_svc_max_pollfd F GLIBC_2.2.3 __rpc_thread_svc_pollfd F GLIBC_2.2.3 fnmatch F +GLIBC_2.2.3 gai_cancel F +GLIBC_2.2.3 gai_error F +GLIBC_2.2.3 gai_suspend F +GLIBC_2.2.3 getaddrinfo_a F GLIBC_2.2.3 pthread_getattr_np F GLIBC_2.2.3 sprofil F GLIBC_2.2.4 dl_iterate_phdr F @@ -2449,6 +2453,7 @@ GLIBC_2.34 __ftw64_time64 F GLIBC_2.34 __futimens64 F GLIBC_2.34 __futimes64 F GLIBC_2.34 __futimesat64 F +GLIBC_2.34 __gai_suspend_time64 F GLIBC_2.34 __getitimer64 F GLIBC_2.34 __getrusage64 F GLIBC_2.34 __gettimeofday64 F @@ -2553,6 +2558,10 @@ GLIBC_2.34 dlsym F GLIBC_2.34 dlvsym F GLIBC_2.34 execveat F GLIBC_2.34 forkpty F +GLIBC_2.34 gai_cancel F +GLIBC_2.34 gai_error F +GLIBC_2.34 gai_suspend F +GLIBC_2.34 getaddrinfo_a F GLIBC_2.34 lio_listio F GLIBC_2.34 lio_listio64 F GLIBC_2.34 login F diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist index ff719e7605..b748507bd9 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist @@ -1,5 +1 @@ -GLIBC_2.2.3 gai_cancel F -GLIBC_2.2.3 gai_error F -GLIBC_2.2.3 gai_suspend F -GLIBC_2.2.3 getaddrinfo_a F -GLIBC_2.34 __gai_suspend_time64 F +GLIBC_2.2.3 __libanl_version_placeholder F diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist index 10ac038d7c..0fad357bf6 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist @@ -2102,6 +2102,10 @@ GLIBC_2.2.3 __rpc_thread_svc_fdset F GLIBC_2.2.3 __rpc_thread_svc_max_pollfd F GLIBC_2.2.3 __rpc_thread_svc_pollfd F GLIBC_2.2.3 fnmatch F +GLIBC_2.2.3 gai_cancel F +GLIBC_2.2.3 gai_error F +GLIBC_2.2.3 gai_suspend F +GLIBC_2.2.3 getaddrinfo_a F GLIBC_2.2.3 pthread_getattr_np F GLIBC_2.2.3 sprofil F GLIBC_2.2.4 dl_iterate_phdr F @@ -2482,6 +2486,7 @@ GLIBC_2.34 __ftw64_time64 F GLIBC_2.34 __futimens64 F GLIBC_2.34 __futimes64 F GLIBC_2.34 __futimesat64 F +GLIBC_2.34 __gai_suspend_time64 F GLIBC_2.34 __getitimer64 F GLIBC_2.34 __getrusage64 F GLIBC_2.34 __gettimeofday64 F @@ -2586,6 +2591,10 @@ GLIBC_2.34 dlsym F GLIBC_2.34 dlvsym F GLIBC_2.34 execveat F GLIBC_2.34 forkpty F +GLIBC_2.34 gai_cancel F +GLIBC_2.34 gai_error F +GLIBC_2.34 gai_suspend F +GLIBC_2.34 getaddrinfo_a F GLIBC_2.34 lio_listio F GLIBC_2.34 lio_listio64 F GLIBC_2.34 login F diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libanl.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libanl.abilist index 975593b41f..c4b42f236e 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libanl.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libanl.abilist @@ -1,4 +1 @@ -GLIBC_2.3 gai_cancel F -GLIBC_2.3 gai_error F -GLIBC_2.3 gai_suspend F -GLIBC_2.3 getaddrinfo_a F +GLIBC_2.3 __libanl_version_placeholder F diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist index eaa36b3fc7..424ec8d953 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist @@ -949,7 +949,10 @@ GLIBC_2.3 fwprintf F GLIBC_2.3 fwrite F GLIBC_2.3 fwrite_unlocked F GLIBC_2.3 fwscanf F +GLIBC_2.3 gai_cancel F +GLIBC_2.3 gai_error F GLIBC_2.3 gai_strerror F +GLIBC_2.3 gai_suspend F GLIBC_2.3 gcvt F GLIBC_2.3 get_avphys_pages F GLIBC_2.3 get_current_dir_name F @@ -959,6 +962,7 @@ GLIBC_2.3 get_nprocs F GLIBC_2.3 get_nprocs_conf F GLIBC_2.3 get_phys_pages F GLIBC_2.3 getaddrinfo F +GLIBC_2.3 getaddrinfo_a F GLIBC_2.3 getaliasbyname F GLIBC_2.3 getaliasbyname_r F GLIBC_2.3 getaliasent F @@ -2323,6 +2327,10 @@ GLIBC_2.34 dlsym F GLIBC_2.34 dlvsym F GLIBC_2.34 execveat F GLIBC_2.34 forkpty F +GLIBC_2.34 gai_cancel F +GLIBC_2.34 gai_error F +GLIBC_2.34 gai_suspend F +GLIBC_2.34 getaddrinfo_a F GLIBC_2.34 lio_listio F GLIBC_2.34 lio_listio64 F GLIBC_2.34 login F diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libanl.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libanl.abilist index 9492cd5290..0b2ef01e6a 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libanl.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libanl.abilist @@ -1,4 +1 @@ -GLIBC_2.17 gai_cancel F -GLIBC_2.17 gai_error F -GLIBC_2.17 gai_suspend F -GLIBC_2.17 getaddrinfo_a F +GLIBC_2.17 __libanl_version_placeholder F diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist index 9d7c55a4b5..9909fd0e9a 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist @@ -1025,7 +1025,10 @@ GLIBC_2.17 fwprintf F GLIBC_2.17 fwrite F GLIBC_2.17 fwrite_unlocked F GLIBC_2.17 fwscanf F +GLIBC_2.17 gai_cancel F +GLIBC_2.17 gai_error F GLIBC_2.17 gai_strerror F +GLIBC_2.17 gai_suspend F GLIBC_2.17 gcvt F GLIBC_2.17 get_avphys_pages F GLIBC_2.17 get_current_dir_name F @@ -1035,6 +1038,7 @@ GLIBC_2.17 get_nprocs F GLIBC_2.17 get_nprocs_conf F GLIBC_2.17 get_phys_pages F GLIBC_2.17 getaddrinfo F +GLIBC_2.17 getaddrinfo_a F GLIBC_2.17 getaliasbyname F GLIBC_2.17 getaliasbyname_r F GLIBC_2.17 getaliasent F @@ -2618,6 +2622,10 @@ GLIBC_2.34 dlsym F GLIBC_2.34 dlvsym F GLIBC_2.34 execveat F GLIBC_2.34 forkpty F +GLIBC_2.34 gai_cancel F +GLIBC_2.34 gai_error F +GLIBC_2.34 gai_suspend F +GLIBC_2.34 getaddrinfo_a F GLIBC_2.34 lio_listio F GLIBC_2.34 lio_listio64 F GLIBC_2.34 login F |