From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9493 invoked by alias); 7 Sep 2004 08:02:12 -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 9475 invoked from network); 7 Sep 2004 08:02:11 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org with SMTP; 7 Sep 2004 08:02:11 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 8B433357B; Tue, 7 Sep 2004 01:02:09 -0700 (PDT) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.11/8.12.9) with ESMTP id i87827de009132; Tue, 7 Sep 2004 01:02:07 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.11/8.12.11/Submit) id i878231s009129; Tue, 7 Sep 2004 01:02:03 -0700 Date: Tue, 07 Sep 2004 08:02:00 -0000 Message-Id: <200409070802.i878231s009129@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Andreas Jaeger Cc: libc-hacker@sources.redhat.com Subject: Re: Fix locale/weight.h with GCC 3.5 In-Reply-To: Andreas Jaeger's message of Tuesday, 7 September 2004 07:00:26 +0200 <200409070700.51355.aj@suse.de> X-Zippy-Says: I think my CAREER is RUINED!! X-SW-Source: 2004-09/txt/msg00019.txt.bz2 > On Monday 06 September 2004 23:21, Roland McGrath wrote: > > > This is a mess - if I change elf/dynamic-link.h in a similar way (see > > > below) I finally get: > > > > dynamic-link.h is used at different scopes in different places. > > You can just make the use of static conditional on #ifndef RTLD_BOOTSTRAP. > > Does not seem to help - we include it twice in local scope: > Once in rtld.c where this helps and once in dl-load.c where it won't help :-( In dl-load.c, dynamic-link.h is used only at global scope.