From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1228 invoked by alias); 14 Sep 2006 18:03:16 -0000 Received: (qmail 1212 invoked by uid 22791); 14 Sep 2006 18:03:15 -0000 X-Spam-Check-By: sourceware.org Received: from sunsite.ms.mff.cuni.cz (HELO sunsite.mff.cuni.cz) (195.113.15.26) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 14 Sep 2006 18:03:13 +0000 Received: from sunsite.mff.cuni.cz (sunsite.mff.cuni.cz [127.0.0.1]) by sunsite.mff.cuni.cz (8.13.1/8.13.1) with ESMTP id k8EI3AlX022592 for ; Thu, 14 Sep 2006 20:03:10 +0200 Received: (from jj@localhost) by sunsite.mff.cuni.cz (8.13.1/8.13.1/Submit) id k8EI3Ahg022582 for libc-hacker@sources.redhat.com; Thu, 14 Sep 2006 20:03:10 +0200 Received: from mx1.redhat.com (mx1.redhat.com [66.187.233.31]) by sunsite.mff.cuni.cz (8.13.1/8.13.1) with ESMTP id k8EI2eB4022479 for ; Thu, 14 Sep 2006 20:02:40 +0200 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k8EI2ddb000325 for ; Thu, 14 Sep 2006 14:02:39 -0400 Received: from devserv.devel.redhat.com (devserv.devel.redhat.com [172.16.58.1]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k8EI2dto001724 for ; Thu, 14 Sep 2006 14:02:39 -0400 Received: from devserv.devel.redhat.com (localhost.localdomain [127.0.0.1]) by devserv.devel.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k8EI2dqH028692 for ; Thu, 14 Sep 2006 14:02:39 -0400 Received: (from jakub@localhost) by devserv.devel.redhat.com (8.12.11.20060308/8.12.11/Submit) id k8EI2djH028688 for jj@ultra.linux.cz; Thu, 14 Sep 2006 14:02:39 -0400 Resent-Message-Id: <200609141802.k8EI2djH028688@devserv.devel.redhat.com> Received: from pobox.devel.rdu.redhat.com [10.11.255.8] by localhost with IMAP (fetchmail-6.2.0) for jakub@localhost (single-drop); Thu, 14 Sep 2006 13:17:57 -0400 (EDT) Received: from pobox.devel.redhat.com ([unix socket]) by pobox.devel.redhat.com (Cyrus v2.2.12-Invoca-RPM-2.2.12-3.RHEL4.1) with LMTPA; Thu, 14 Sep 2006 13:13:03 -0400 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by pobox.devel.redhat.com (8.13.1/8.13.1) with ESMTP id k8EHD2oC019327 for ; Thu, 14 Sep 2006 13:13:02 -0400 Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k8EHD2Cq017277 for ; Thu, 14 Sep 2006 13:13:02 -0400 Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.227]) by mx3.redhat.com (8.13.1/8.13.1) with ESMTP id k8EHCtl4016144 for ; Thu, 14 Sep 2006 13:12:55 -0400 Received: by wr-out-0506.google.com with SMTP id 69so961372wri for ; Thu, 14 Sep 2006 10:12:50 -0700 (PDT) Received: by 10.66.220.17 with SMTP id s17mr4926494ugg; Thu, 14 Sep 2006 10:12:49 -0700 (PDT) Received: by 10.67.21.5 with HTTP; Thu, 14 Sep 2006 10:12:48 -0700 (PDT) Message-ID: Date: Thu, 14 Sep 2006 18:03:00 -0000 From: "Ulrich Drepper" To: "Jakub Jelinek" Subject: Re: [PATCH] Use AT_PLATFORM and limit the number of important hwcap bits on PPC Cc: "Ulrich Drepper" , "Steven Munroe" , "Glibc hackers" In-Reply-To: <20060914152316.GH4556@sunsite.mff.cuni.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060914152316.GH4556@sunsite.mff.cuni.cz> Resent-From: jakub@redhat.com Resent-Date: Thu, 14 Sep 2006 14:02:39 -0400 Resent-To: jj@ultra.linux.cz Resent-From: jj@sunsite.ms.mff.cuni.cz Resent-Date: Thu, 14 Sep 2006 20:03:08 +0200 Resent-To: Glibc hackers 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/msg00026.txt.bz2 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.