]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove pthread-pi-defines.sym
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 3 Feb 2023 15:10:49 +0000 (16:10 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 3 Feb 2023 16:59:55 +0000 (17:59 +0100)
It became unused with the removal of the assembler implementation of the
pthread functions.

nptl/Makefile
nptl/pthread-pi-defines.sym [deleted file]

index 6d1ae452c847b7fcb955f70bb5bb80eb777f6f87..8cec6faee3ee2202de9e22b96cd251059c8590bb 100644 (file)
@@ -339,8 +339,7 @@ xtests += tst-eintr1
 
 test-srcs = tst-oddstacklimit
 
-gen-as-const-headers = unwindbuf.sym \
-                      pthread-pi-defines.sym
+gen-as-const-headers = unwindbuf.sym
 
 gen-py-const-headers := nptl_lock_constants.pysym
 pretty-printers := nptl-printers.py
diff --git a/nptl/pthread-pi-defines.sym b/nptl/pthread-pi-defines.sym
deleted file mode 100644 (file)
index 0ac51db..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <pthreadP.h>
-
--- These PI macros are used by assembly code.
-
-MUTEX_KIND     offsetof (pthread_mutex_t, __data.__kind)
-ROBUST_BIT     PTHREAD_MUTEX_ROBUST_NORMAL_NP
-PI_BIT         PTHREAD_MUTEX_PRIO_INHERIT_NP
-PS_BIT         PTHREAD_MUTEX_PSHARED_BIT
-TID_MASK       FUTEX_TID_MASK