From 49e182c7376b0fa30c18d0b7003a8e84624494c0 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 21 May 2021 22:35:01 +0200 Subject: nptl: Remove remaining code from libpthread Only the placeholder compatibility symbols are left now. The __errno_location symbol was removed (moved) using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella --- sysdeps/unix/sysv/linux/alpha/Makefile | 6 ------ sysdeps/unix/sysv/linux/alpha/libpthread.abilist | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'sysdeps/unix/sysv/linux/alpha') diff --git a/sysdeps/unix/sysv/linux/alpha/Makefile b/sysdeps/unix/sysv/linux/alpha/Makefile index 92484bbe65..d7c7d7fc16 100644 --- a/sysdeps/unix/sysv/linux/alpha/Makefile +++ b/sysdeps/unix/sysv/linux/alpha/Makefile @@ -30,12 +30,6 @@ ifeq ($(subdir),math) libm-routines += multc3 divtc3 endif # math -ifeq ($(subdir),nptl) -# pull in __syscall_error routine, sigaction stubs. -libpthread-routines += sysdep rt_sigaction -libpthread-shared-only-routines += sysdep rt_sigaction -endif - ifeq ($(subdir),conform) # For bug 21260. conformtest-xfail-conds += alpha-linux diff --git a/sysdeps/unix/sysv/linux/alpha/libpthread.abilist b/sysdeps/unix/sysv/linux/alpha/libpthread.abilist index 47cbcf3baf..051caff7c0 100644 --- a/sysdeps/unix/sysv/linux/alpha/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/alpha/libpthread.abilist @@ -1,4 +1,4 @@ -GLIBC_2.0 __errno_location F +GLIBC_2.0 __libpthread_version_placeholder F GLIBC_2.1 __libpthread_version_placeholder F GLIBC_2.1.1 __libpthread_version_placeholder F GLIBC_2.1.2 __libpthread_version_placeholder F -- cgit 1.4.1