From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31569 invoked by alias); 15 Feb 2008 20:48:06 -0000 Received: (qmail 31400 invoked by uid 22791); 15 Feb 2008 20:48:05 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 15 Feb 2008 20:47:40 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m1FKlVdj024945; Fri, 15 Feb 2008 15:47:31 -0500 Received: from devserv.devel.redhat.com (devserv.devel.redhat.com [10.10.36.72]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m1FKlUWZ031812; Fri, 15 Feb 2008 15:47:30 -0500 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 m1FKlU2C012389; Fri, 15 Feb 2008 15:47:30 -0500 Received: (from jakub@localhost) by devserv.devel.redhat.com (8.12.11.20060308/8.12.11/Submit) id m1FKlU2h012387; Fri, 15 Feb 2008 15:47:30 -0500 Date: Fri, 15 Feb 2008 20:48:00 -0000 From: Jakub Jelinek To: David Daney Cc: libffi-discuss@sourceware.org Subject: Re: MIPS Patch and testresults. Message-ID: <20080215204730.GG24887@devserv.devel.redhat.com> Reply-To: Jakub Jelinek References: <47B5D936.40104@avtrex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47B5D936.40104@avtrex.com> User-Agent: Mutt/1.4.1i X-IsSubscribed: yes Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org X-SW-Source: 2008/txt/msg00048.txt.bz2 On Fri, Feb 15, 2008 at 10:25:58AM -0800, David Daney wrote: > Please consider the attached patch. How could: #ifndef USE__BUILTIN___CLEAR_CACHE #include > #endif compile? Note >> instead of > . Jakub