From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30591 invoked by alias); 31 Jul 2007 11:16:32 -0000 Received: (qmail 30582 invoked by uid 22791); 31 Jul 2007 11:16:31 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 31 Jul 2007 11:16:29 +0000 Received: (qmail 24489 invoked from network); 31 Jul 2007 11:16:28 -0000 Received: from unknown (HELO bullfrog.localdomain) (sandra@127.0.0.2) by mail.codesourcery.com with ESMTPA; 31 Jul 2007 11:16:28 -0000 Message-ID: <46AF1A4B.7030404@codesourcery.com> Date: Tue, 31 Jul 2007 12:11:00 -0000 From: Sandra Loosemore User-Agent: Thunderbird 2.0.0.5 (X11/20070716) MIME-Version: 1.0 To: David Daney , GCC Patches , richard@codesourcery.com Subject: Re: [PATCH] Re: MIPS support for __builtin_flush_icache() breaks -mips16 References: <46AD4861.1090807@codesourcery.com> <46AD5781.7080900@avtrex.com> <46ADC92E.1000506@codesourcery.com> <876441vzqa.fsf@firetop.home> In-Reply-To: <876441vzqa.fsf@firetop.home> 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/msg02167.txt.bz2 Richard Sandiford wrote: > Sandra Loosemore writes: >> gcc/ >> * config/mips/mips.h (ISA_HAS_SYNCI): Add !TARGET_MIPS16 test. > > OK thanks. Sorry to David; I should have thought about this in the review. OK, committed now. -Sandra