From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27804 invoked by alias); 27 Feb 2004 22:00:12 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27787 invoked from network); 27 Feb 2004 22:00:11 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 27 Feb 2004 22:00:11 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id i1RM0Ab00806; Fri, 27 Feb 2004 17:00:10 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i1RM09M05324; Fri, 27 Feb 2004 17:00:09 -0500 Received: from redhat.com (IDENT:dZC2Pd4MtZsRNMAY3KmjyxoIrPWJ3zxB@vpn50-54.rdu.redhat.com [172.16.50.54]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i1RM06X07808; Fri, 27 Feb 2004 14:00:06 -0800 Message-ID: <403FBDF7.1020703@redhat.com> Date: Fri, 27 Feb 2004 22:00:00 -0000 From: Dave Brolley User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20021216 MIME-Version: 1.0 To: Nick Clifton CC: Richard Sandiford , binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: Various minor FR-V fixes References: <87k72ab3nk.fsf@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00812.txt.bz2 ok with me too. Nick Clifton wrote: >Hi Richard, > > > >>cpu/ >> * frv.cpu (nsdiv, nudiv, nsdivi, nudivi): Remove fr400 profiling unit. >> (scutss): Change unit to I0. >> (calll, callil, ccalll): Add missing FR550-MAJOR and profile unit. >> (mqsaths): Fix FR400-MAJOR categorization. >> (media-quad-multiply-cross-acc, media-quad-cross-multiply-cross-acc) >> (media-quad-cross-multiply-acc): Change unit from MDUALACC to FMALL. >> * frv.opc (fr400_check_insn_major_constraints): Check for (M-2,M-1) >> combinations. >> >>opcodes/ >> * frv-desc.c, frv-opc.c: Regenerate. >> >>sim/frv/ >> * cache.c (frv_cache_init): Change fr400 cache statistics to match >> the fr405. >> (non_cache_access): Add missing breaks. >> * interrupts.c (set_exception_status_registers): Always set EAR15 >> for data_access_errors. >> * memory.c (fr400_check_write_address): Remove redundant alignment >> check. >> >> > >Approved - please apply. > >Cheers > Nick > > >