diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-21 22:35:01 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-21 22:35:01 +0200 |
commit | 49e182c7376b0fa30c18d0b7003a8e84624494c0 (patch) | |
tree | 0072f8841d2e08f644a7f69659773425054df997 /sysdeps/sparc | |
parent | f47f1d91af985a9028fb399da21eab460d887a15 (diff) | |
download | glibc-49e182c7376b0fa30c18d0b7003a8e84624494c0.tar glibc-49e182c7376b0fa30c18d0b7003a8e84624494c0.tar.gz glibc-49e182c7376b0fa30c18d0b7003a8e84624494c0.tar.bz2 glibc-49e182c7376b0fa30c18d0b7003a8e84624494c0.zip |
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 <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/sparc')
-rw-r--r-- | sysdeps/sparc/Makefile | 4 | ||||
-rw-r--r-- | sysdeps/sparc/nptl/Makefile | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/sysdeps/sparc/Makefile b/sysdeps/sparc/Makefile index c123b527b5..1be9a3db2c 100644 --- a/sysdeps/sparc/Makefile +++ b/sysdeps/sparc/Makefile @@ -30,9 +30,5 @@ ifeq ($(subdir),nscd) routines += cpu_relax endif -ifeq ($(subdir), nptl) -libpthread-routines += cpu_relax -endif - # The assembler on SPARC needs the -fPIC flag even when it's assembler code. ASFLAGS-.os += -fPIC diff --git a/sysdeps/sparc/nptl/Makefile b/sysdeps/sparc/nptl/Makefile index 5372867dbd..81bddf688c 100644 --- a/sysdeps/sparc/nptl/Makefile +++ b/sysdeps/sparc/nptl/Makefile @@ -1,8 +1,3 @@ ifeq ($(subdir),csu) gen-as-const-headers += tcb-offsets.sym endif - -ifeq ($(subdir),nptl) -CPPFLAGS-pt-crti.S += -fPIC -CPPFLAGS-crtn.S += -fPIC -endif |