From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19763 invoked by alias); 7 Aug 2007 14:35:57 -0000 Received: (qmail 19745 invoked by uid 22791); 7 Aug 2007 14:35:56 -0000 X-Spam-Check-By: sourceware.org Received: from cantor.suse.de (HELO mx1.suse.de) (195.135.220.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 07 Aug 2007 14:35:51 +0000 Received: from Relay2.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id CF9D012268; Tue, 7 Aug 2007 16:35:48 +0200 (CEST) Date: Tue, 07 Aug 2007 14:35:00 -0000 From: Michael Matz To: David Edelsohn Cc: gcc-patches@gcc.gnu.org Subject: Re: [RFC] PowerPC processor and cache detection In-Reply-To: <200708062045.l76KjhhY029738@makai.watson.ibm.com> Message-ID: References: <200708062045.l76KjhhY029738@makai.watson.ibm.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg00435.txt.bz2 Hi, On Mon, 6 Aug 2007, David Edelsohn wrote: > I am not sure whether to protect the Linux code with __ELF__ or > with __linux. I think __linux, as /proc/self/auxv is a linux'ism, not something to do with ELF. Ciao, Michael.