From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9007 invoked by alias); 1 Oct 2002 08:26:54 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 8989 invoked from network); 1 Oct 2002 08:26:53 -0000 Received: from unknown (HELO sunsite.mff.cuni.cz) (195.113.19.66) by sources.redhat.com with SMTP; 1 Oct 2002 08:26:53 -0000 Received: (from jakub@localhost) by sunsite.mff.cuni.cz (8.11.6/8.11.6) id g918Qlp31718; Tue, 1 Oct 2002 10:26:47 +0200 Date: Tue, 01 Oct 2002 01:26:00 -0000 From: Jakub Jelinek To: Roland McGrath Cc: Ulrich Drepper , GNU libc hackers Subject: Re: separately compiling libc modules for rtld Message-ID: <20021001102645.Y3451@sunsite.ms.mff.cuni.cz> Reply-To: Jakub Jelinek References: <3D994F6A.8060709@redhat.com> <200210010825.g918P6E10682@magilla.sf.frob.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200210010825.g918P6E10682@magilla.sf.frob.com>; from roland@frob.com on Tue, Oct 01, 2002 at 01:25:06AM -0700 X-SW-Source: 2002-10/txt/msg00002.txt.bz2 On Tue, Oct 01, 2002 at 01:25:06AM -0700, Roland McGrath wrote: > > I know that Hurd has problems. But exported symbols temporarily should > > be able to fix that, right? And it also doesn't introduce any permanent > > ABI damage. So I'd rather go this way unless you prefer to not change > > the code and declare 2.3.1 as the first release usable for Hurd. > > That would be ok with me, but it might be hard for the Debian/Hurd guys. > > There is never any question of ABI breakage that I know of, just that it > works or it doesn't or it has too many PLT entries and is less optimal. > It seems to me the simplest thing for now would be to make it easy to just > disable all the hidden_proto stuff entirely and have Hurd do that. > I'll add something. Yeah, I think a simple libc-symbols.h change is best for 2.3. Jakub