From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8365 invoked by alias); 4 Jul 2007 06:44:29 -0000 Received: (qmail 8343 invoked by uid 22791); 4 Jul 2007 06:44:28 -0000 X-Spam-Check-By: sourceware.org Received: from smtp.lu.unisi.ch (HELO smtp.lu.unisi.ch) (195.176.178.41) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 04 Jul 2007 06:44:22 +0000 Received: from mail.lu.unisi.ch ([195.176.178.40]) by smtp.lu.unisi.ch with Microsoft SMTPSVC(6.0.3790.3959); Wed, 4 Jul 2007 08:44:04 +0200 Received: from scientist.local ([213.140.22.65] RDNS failed) by mail.lu.unisi.ch over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Wed, 4 Jul 2007 08:44:03 +0200 Message-ID: <468B41BC.8030506@lu.unisi.ch> Date: Wed, 04 Jul 2007 07:18:00 -0000 From: Paolo Bonzini Reply-To: bonzini@gnu.org User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: Mark Mitchell CC: Paolo Bonzini , David Daney , gcc-patches@gcc.gnu.org Subject: Re: [Patch] 1/3 Add new builtin __builtin_flush_icache(). References: <468734D3.3020908@avtrex.com> <46875F54.8070905@gnu.org> <4687F6C1.6050906@avtrex.com> <46888752.2040207@gnu.org> <468ADFB4.4060400@codesourcery.com> In-Reply-To: <468ADFB4.4060400@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-07/txt/msg00329.txt.bz2 > 1. The builtin should be: > > __builtin___clear_cache (char *beg, char *end) > > following the standard convention that the builtin for X is __builtin_X. ... but you misspelled it twice later in the message. ;-) I think your suggestion is very good. Paolo