From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 168461F45E for ; Tue, 11 Feb 2020 11:51:21 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=udcRdCHHGfeu9v7OjHODVryxUrKntC7LGXcrE8r6g8m Cjh9UyDCbBYxOPseNE/mpsZWfsnvNRtLGl2Bx8z4uxkQbYgSnGqkH3BQWjJfuRMs Be3mMMSyzEqTp+eJfsdwdbTvmlxGUSNlc2dV8cqgz/V2L9VMPWKUy7OqSrK8NiOw = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=1FL4dQIuM0lY0IrHfUTfpN44sSk=; b=eVoflmgzQKbaa+piP 1OpnC0UcHxVi/Ri4WZI8TpKJekUVYjtMVhro+S3SIXYQyZ2DKhDXD9GojcK9lCdl AMUm0o9lvRUrguzo8BW+gZO9Juy6YOhHzrUTGHfWLX8PIJULeOvCotRRUt9lo0n4 PEVQ+zcdCLxJODoCHnwSgOet3k= Received: (qmail 113392 invoked by alias); 11 Feb 2020 11:51:16 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 113272 invoked by uid 89); 11 Feb 2020 11:51:15 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: us-smtp-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581421872; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cquurHyXTlgWEHxUq6RnaxNbtsBLSywTynPT5x/kSJY=; b=jN7mG/iEOOMbto1WFrWV36lUEso3I+KUoCBfDBHqi2ZLcZQ2m/P2eFOX3juSvIMze4xj9W UTldBMSMFAA10kne60/boGw8RzGJSzrQB0CaTi6QZruqhEE/VUSo5zaNY+sGNAwQJ+3zeD 9uhM3fh5+IG4q24C1GNLaMwAYcNNufI= From: Florian Weimer To: Adhemerval Zanella Cc: libc-alpha@sourceware.org Subject: Re: [PATCH 14/15] nptl: Remove ununsed pthread-errnos.h rule References: <20200210192038.23588-1-adhemerval.zanella@linaro.org> <20200210192038.23588-14-adhemerval.zanella@linaro.org> <87mu9pnz91.fsf@oldenburg2.str.redhat.com> Date: Tue, 11 Feb 2020 12:51:06 +0100 In-Reply-To: <87mu9pnz91.fsf@oldenburg2.str.redhat.com> (Florian Weimer's message of "Tue, 11 Feb 2020 12:23:54 +0100") Message-ID: <87imkdnxzp.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * Florian Weimer: > * Adhemerval Zanella: > >> --- >> nptl/Makefile | 3 +-- >> 1 file changed, 1 insertion(+), 2 deletions(-) >> >> diff --git a/nptl/Makefile b/nptl/Makefile >> index 6f210d60e3..fcdc72adfe 100644 >> --- a/nptl/Makefile >> +++ b/nptl/Makefile >> @@ -327,8 +327,7 @@ test-xfail-tst-once5 =3D yes >> # Files which must not be linked with libpthread. >> tests-nolibpthread =3D tst-unload >> =20 >> -gen-as-const-headers =3D pthread-errnos.sym \ >> -=09=09 unwindbuf.sym \ >> +gen-as-const-headers =3D unwindbuf.sym \ >> =09=09 pthread-pi-defines.sym >> =20 >> gen-py-const-headers :=3D nptl_lock_constants.pysym > > I don't think this is unused? Sorry, I see the changes now. But why doesn't this patch delete the pthread-errnos.sym file as well? Thanks, Florian