From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4452 invoked by alias); 10 Dec 2007 08:44:17 -0000 Received: (qmail 4444 invoked by uid 22791); 10 Dec 2007 08:44:16 -0000 X-Spam-Check-By: sourceware.org Received: from smtp1.dnsmadeeasy.com (HELO smtp1.dnsmadeeasy.com) (205.234.170.144) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 10 Dec 2007 08:44:10 +0000 Received: from smtp1.dnsmadeeasy.com (localhost [127.0.0.1]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP id 09D1531121B; Mon, 10 Dec 2007 08:44:13 +0000 (UTC) X-Authenticated-Name: js.dnsmadeeasy X-Transit-System: In case of SPAM please contact abuse@dnsmadeeasy.com Received: from avtrex.com (unknown [67.116.42.147]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP; Mon, 10 Dec 2007 08:44:12 +0000 (UTC) Received: from [192.168.7.222] ([192.168.7.222]) by avtrex.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 10 Dec 2007 00:44:05 -0800 Message-ID: <475CFC55.2030806@avtrex.com> Date: Mon, 10 Dec 2007 09:53:00 -0000 From: David Daney User-Agent: Thunderbird 1.5.0.12 (X11/20071019) MIME-Version: 1.0 To: ashish mahamuni Cc: gcc@gcc.gnu.org Subject: Re: Regarding References: <684158.87440.qm@web94115.mail.in2.yahoo.com> In-Reply-To: <684158.87440.qm@web94115.mail.in2.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2007-12/txt/msg00304.txt.bz2 ashish mahamuni wrote: > Hi All, > > Can I know the list of file names in gcc source where > endianness support is implemented > > Yes, from the root of the gcc source tree do something like this: grep -r _ENDIAN * | grep -v .svn David Daney