From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2182 invoked by alias); 13 Mar 2007 21:15:15 -0000 Received: (qmail 2165 invoked by uid 22791); 13 Mar 2007 21:15:15 -0000 X-Spam-Check-By: sourceware.org Received: from are.twiddle.net (HELO are.twiddle.net) (64.81.246.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 13 Mar 2007 21:15:01 +0000 Received: from are.twiddle.net (localhost.localdomain [127.0.0.1]) by are.twiddle.net (8.13.8/8.13.6) with ESMTP id l2DLEmo3007196; Tue, 13 Mar 2007 14:14:48 -0700 Received: (from rth@localhost) by are.twiddle.net (8.13.8/8.13.8/Submit) id l2DLElDL007195; Tue, 13 Mar 2007 14:14:47 -0700 Date: Tue, 13 Mar 2007 21:15:00 -0000 From: Richard Henderson To: Roland McGrath Cc: libc-hacker@sourceware.org Subject: Re: [rfa] fix alpha ld.so undef symbol Message-ID: <20070313211447.GA7188@twiddle.net> References: <20070313164816.GA5635@twiddle.net> <20070313201706.8D8351801C5@magilla.sf.frob.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070313201706.8D8351801C5@magilla.sf.frob.com> User-Agent: Mutt/1.4.2.1i Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00010.txt.bz2 On Tue, Mar 13, 2007 at 01:17:06PM -0700, Roland McGrath wrote: > This will also affect powerpc, which AFAICT was also failing to set its > __cache_line_size in static programs. It looks to me like that will be fine. ppc can be improved by this patch, but is currently setting __cache_line_size via a separate loop over auxv in their libc-start.c. r~