From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8158 invoked by alias); 13 Mar 2007 20:17:35 -0000 Received: (qmail 8137 invoked by uid 22791); 13 Mar 2007 20:17:32 -0000 X-Spam-Check-By: sourceware.org Received: from sccrmhc14.comcast.net (HELO sccrmhc14.comcast.net) (63.240.77.84) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 13 Mar 2007 20:17:14 +0000 Received: from gateway.sf.frob.com (c-24-5-197-144.hsd1.ca.comcast.net[24.5.197.144]) by comcast.net (sccrmhc14) with ESMTP id <2007031320170701400rsbj3e>; Tue, 13 Mar 2007 20:17:12 +0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id CB31F357B; Tue, 13 Mar 2007 12:17:06 -0800 (PST) Received: by magilla.sf.frob.com (Postfix, from userid 5281) id 8D8351801C5; Tue, 13 Mar 2007 13:17:06 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Richard Henderson Cc: libc-hacker@sourceware.org Subject: Re: [rfa] fix alpha ld.so undef symbol In-Reply-To: Richard Henderson's message of Tuesday, 13 March 2007 09:48:16 -0700 <20070313164816.GA5635@twiddle.net> Emacs: it's all fun and games, until somebody tries to edit a file. Message-Id: <20070313201706.8D8351801C5@magilla.sf.frob.com> Date: Tue, 13 Mar 2007 20:17:00 -0000 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/msg00007.txt.bz2 > +#ifdef DL_PLATFORM_AUXV > + DL_PLATFORM_AUXV > +#endif This looks ok to me, but make it # ifdef there inside another #ifdef. 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. Thanks, Roland