From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hera.aquilenet.fr (hera.aquilenet.fr [IPv6:2a0c:e300::1]) by sourceware.org (Postfix) with ESMTPS id 0948C3858D37 for ; Tue, 1 Nov 2022 22:28:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0948C3858D37 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=aquilenet.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=aquilenet.fr Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id BA7A5DC6; Tue, 1 Nov 2022 23:28:56 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id II8nTGniXjBR; Tue, 1 Nov 2022 23:28:55 +0100 (CET) Received: from begin (unknown [IPv6:2a01:cb19:956:1b00:de41:a9ff:fe47:ec49]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 6D52D553; Tue, 1 Nov 2022 23:28:55 +0100 (CET) Received: from samy by begin with local (Exim 4.96) (envelope-from ) id 1opzkc-001xlt-2w; Tue, 01 Nov 2022 23:28:54 +0100 Date: Tue, 1 Nov 2022 23:28:54 +0100 From: Samuel Thibault To: Guy-Fleury Iteriteka Cc: libc-alpha@sourceware.org Subject: Re: [PATCH 0/4] move some htl symbol into libc Message-ID: <20221101222854.r6fp4ad5plj5zhxc@begin> References: <20221029120030.1448-1-gfleury@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221029120030.1448-1-gfleury@disroot.org> Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP,URIBL_BLACK autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Guy-Fleury Iteriteka via Libc-alpha, le sam. 29 oct. 2022 13:00:26 +0100, a ecrit: > pthread_equal is removed from libpthread.so but > with the patch for pthread_self is in both libc.so and libpthread.so. > > this is libpthread.so > ------- > U ___pthread_self@GLIBC_PRIVATE > 00006630 t __pthread_self > 00006630 t pthread_self I don't know why that would happen, but you can grep files in htl/ to see where that is coming from exactly. > i was thinking that it is with this makefile rule > ------ > extra-B-pthread.so = -B$(common-objpfx)htl/ I don't actually why that is there. It was probably cargo-culted and probably it's worth trying to remove it. Samuel