diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2023-02-03 16:10:49 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2023-02-03 17:59:55 +0100 |
commit | 359a0b9dbcd46475f443a33e0062a14b252e327d (patch) | |
tree | c162a70f8b89736682c84e467efc3a9aca019ecb /nptl | |
parent | 35bcb08eaa953c9b8bef6ab2486dc4361e1f26c0 (diff) | |
download | glibc-359a0b9dbcd46475f443a33e0062a14b252e327d.zip glibc-359a0b9dbcd46475f443a33e0062a14b252e327d.tar.gz glibc-359a0b9dbcd46475f443a33e0062a14b252e327d.tar.bz2 |
Remove pthread-pi-defines.sym
It became unused with the removal of the assembler implementation of the
pthread functions.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/Makefile | 3 | ||||
-rw-r--r-- | nptl/pthread-pi-defines.sym | 9 |
2 files changed, 1 insertions, 11 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 6d1ae45..8cec6fa 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -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 index 0ac51db..0000000 --- a/nptl/pthread-pi-defines.sym +++ /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 |