From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15955 invoked by alias); 14 Sep 2006 17:28:03 -0000 Received: (qmail 15939 invoked by uid 22791); 14 Sep 2006 17:28:02 -0000 X-Spam-Check-By: sourceware.org Received: from e31.co.us.ibm.com (HELO e31.co.us.ibm.com) (32.97.110.149) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 14 Sep 2006 17:27:59 +0000 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e31.co.us.ibm.com (8.13.8/8.12.11) with ESMTP id k8EHRw16025914 for ; Thu, 14 Sep 2006 13:27:58 -0400 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by westrelay02.boulder.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id k8EHRvNV290492 for ; Thu, 14 Sep 2006 11:27:57 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k8EHRv1w026439 for ; Thu, 14 Sep 2006 11:27:57 -0600 Received: from [9.10.86.122] (spokane1.rchland.ibm.com [9.10.86.122]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k8EHRuh7026417; Thu, 14 Sep 2006 11:27:56 -0600 Message-ID: <45099284.9030705@us.ibm.com> Date: Thu, 14 Sep 2006 17:28:00 -0000 From: Steven Munroe User-Agent: Mozilla/5.0 (X11; U; Linux ppc64; en-US; rv:1.7.8) Gecko/20060411 MIME-Version: 1.0 To: Ulrich Drepper CC: Jakub Jelinek , Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Use AT_PLATFORM and limit the number of important hwcap bits on PPC References: <20060914152316.GH4556@sunsite.mff.cuni.cz> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00025.txt.bz2 Ulrich Drepper wrote: > On 9/14/06, Jakub Jelinek wrote: >> +#define HWCAP_IMPORTANT >> (PPC_FEATURE_HAS_ALTIVEC \ >> + | PPC_FEATURE_BOOKE) > > booke is not important for reasonable machines. The embedded garbage > can define their own macros in a file in ports. > > I'm going to apply the change without the bit in about 14 hours (when > I get back online) unless I read a rejection. Mind you, rejection of > the move to AT_PLATFORM, not the booke stuff. Ok with me.