From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2138) id A91073858D20; Fri, 3 Feb 2023 17:05:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A91073858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675443911; bh=HwD4aSj130VUvpxb0XACvwFpVurR1Gf/qRFEakaGejs=; h=From:To:Subject:Date:From; b=OABlu0IF7a4cVnxFthW1NWSb1rGqqnBB9VBnkFIjZHUYugM5Tnv1nx6LfSKW4+EF+ HhsgKn8+DeuukC/uZN+Kl2wZZTKZCq/Yf5tTHFivByyHc/w/kMPhQ9o/pjuRLLvlS+ 0/poaj/Nb0v3wwzN6dcB7am+Om+uI31t7ASEPPnE= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Andreas Schwab To: glibc-cvs@sourceware.org Subject: [glibc] Remove pthread-pi-defines.sym X-Act-Checkin: glibc X-Git-Author: Andreas Schwab X-Git-Refname: refs/heads/master X-Git-Oldrev: 35bcb08eaa953c9b8bef6ab2486dc4361e1f26c0 X-Git-Newrev: 359a0b9dbcd46475f443a33e0062a14b252e327d Message-Id: <20230203170511.A91073858D20@sourceware.org> Date: Fri, 3 Feb 2023 17:05:11 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=359a0b9dbcd46475f443a33e0062a14b252e327d commit 359a0b9dbcd46475f443a33e0062a14b252e327d Author: Andreas Schwab Date: Fri Feb 3 16:10:49 2023 +0100 Remove pthread-pi-defines.sym It became unused with the removal of the assembler implementation of the pthread functions. Diff: --- nptl/Makefile | 3 +-- nptl/pthread-pi-defines.sym | 9 --------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/nptl/Makefile b/nptl/Makefile index 6d1ae452c8..8cec6faee3 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 0ac51dba98..0000000000 --- a/nptl/pthread-pi-defines.sym +++ /dev/null @@ -1,9 +0,0 @@ -#include - --- 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