From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107672 invoked by alias); 3 Apr 2018 22:39:00 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 107652 invoked by uid 89); 3 Apr 2018 22:38:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_NEUTRAL autolearn=no version=3.3.2 spammy=precious, Hx-languages-length:534 X-HELO: hera.aquilenet.fr Date: Tue, 03 Apr 2018 22:39:00 -0000 From: Samuel Thibault To: Zack Weinberg Cc: "H.J. Lu" , Andreas Schwab , GNU C Library Subject: Re: [hurd,commited] hurd: Avoid more libc.so local PLTs Message-ID: <20180403223853.hhhdweoqxa3q6ubj@var.youpi.perso.aquilenet.fr> References: <20180403003817.21337-1-samuel.thibault@ens-lyon.org> <20180403082029.g3bfw4upbti67wwz@var.youpi.perso.aquilenet.fr> <20180403210755.rbbjx7mou47mp3er@var.youpi.perso.aquilenet.fr> <20180403212413.n64u3uvhcem3db47@var.youpi.perso.aquilenet.fr> <20180403215502.gecm7xl2gnw7xwxc@var.youpi.perso.aquilenet.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-04/txt/msg00097.txt.bz2 Zack Weinberg, on mar. 03 avril 2018 18:21:10 -0400, wrote: > These are the rules as I understand them: Is there some place where we could put this precious knowledge? :) Otherwise I fear that... > The names that start with __libc_ are needed in even more unusual > cases, such as when functions need to be defined in both libc and > libpthread. I am actually trying to clean this up right now and it is > an ungodly mess. people would continue introducing mess :) Samuel