From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10351 invoked by alias); 6 Sep 2004 21:21:50 -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 10335 invoked from network); 6 Sep 2004 21:21:49 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org with SMTP; 6 Sep 2004 21:21:49 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 78114357B; Mon, 6 Sep 2004 14:21:48 -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 i86LLkS7025533; Mon, 6 Sep 2004 14:21:46 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.11/8.12.11/Submit) id i86LLhDi025530; Mon, 6 Sep 2004 14:21:43 -0700 Date: Mon, 06 Sep 2004 21:21:00 -0000 Message-Id: <200409062121.i86LLhDi025530@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 Monday, 6 September 2004 21:22:47 +0200 <200409062122.50418.aj@suse.de> X-Antipastobozoticataclysm: When George Bush projectile vomits antipasto on the Japanese. X-SW-Source: 2004-09/txt/msg00017.txt.bz2 > 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.