From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6791 invoked by alias); 27 Feb 2004 07:43:47 -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 6560 invoked from network); 27 Feb 2004 07:43:44 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 27 Feb 2004 07:43:44 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id i1R7hhb32560; Fri, 27 Feb 2004 02:43:43 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i1R7hg828799; Fri, 27 Feb 2004 02:43:42 -0500 Received: from localhost.localdomain.redhat.com (vpnuser5.surrey.redhat.com [172.16.9.5]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id i1R7heuq030380; Fri, 27 Feb 2004 07:43:41 GMT To: Richard Sandiford Cc: binutils@sources.redhat.com, gdb-patches@sources.redhat.com, brolley@redhat.com Subject: Re: Various minor FR-V fixes References: <87k72ab3nk.fsf@redhat.com> From: Nick Clifton Date: Fri, 27 Feb 2004 07:43:00 -0000 In-Reply-To: <87k72ab3nk.fsf@redhat.com> (Richard Sandiford's message of "Thu, 26 Feb 2004 09:17:51 +0000") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-02/txt/msg00798.txt.bz2 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