From patchwork Fri Feb 3 15:28:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 64262 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id D7D4B385B52D for ; Fri, 3 Feb 2023 15:28:30 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-out.m-online.net (mail-out.m-online.net [IPv6:2001:a60:0:28:0:1:25:1]) by sourceware.org (Postfix) with ESMTPS id BC39E3858D20 for ; Fri, 3 Feb 2023 15:28:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BC39E3858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nefkom.net Received: from frontend03.mail.m-online.net (unknown [192.168.6.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4P7fgN3FXhz1s94G for ; Fri, 3 Feb 2023 16:28:15 +0100 (CET) Received: from localhost (dynscan3.mnet-online.de [192.168.6.84]) by mail.m-online.net (Postfix) with ESMTP id 4P7fgM6W0cz1qqlR for ; Fri, 3 Feb 2023 16:28:15 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan3.mail.m-online.net [192.168.6.84]) (amavisd-new, port 10024) with ESMTP id xEPUDJHuvn6J for ; Fri, 3 Feb 2023 16:28:15 +0100 (CET) X-Auth-Info: 25VSOU1H3Ah0+o7YaTXGlIidi0b2CdURQ0jU+zsJkDdtCOWYOb6ZfIGCtTTQjMlC Received: from igel.home (aftr-82-135-86-212.dynamic.mnet-online.de [82.135.86.212]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA for ; Fri, 3 Feb 2023 16:28:14 +0100 (CET) Received: by igel.home (Postfix, from userid 1000) id B1AED2C17DA; Fri, 3 Feb 2023 16:28:14 +0100 (CET) From: Andreas Schwab To: libc-alpha@sourceware.org Subject: [PATCH] Remove pthread-pi-defines.sym X-Yow: I want a WESSON OIL lease!! Date: Fri, 03 Feb 2023 16:28:14 +0100 Message-ID: <87r0v63h0x.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-Spam-Status: No, score=-10.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" It became unused with the removal of the assembler implementation of the pthread functions. Reviewed-by: Adhemerval Zanella --- nptl/Makefile | 3 +-- nptl/pthread-pi-defines.sym | 9 --------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 nptl/pthread-pi-defines.sym 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