From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2386 invoked by alias); 8 Oct 2003 20:43:07 -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 2379 invoked from network); 8 Oct 2003 20:43:07 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 8 Oct 2003 20:43:07 -0000 Received: from redhat.com (to-dhcp8.toronto.redhat.com [172.16.14.108]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 7CFA28003DD; Wed, 8 Oct 2003 16:43:06 -0400 (EDT) Message-ID: <3F847736.50102@redhat.com> Date: Wed, 08 Oct 2003 20:43:00 -0000 From: Dave Brolley User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dave Brolley Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] Add fr550 support to the FRV simulator References: <3F81DBD8.6010606@redhat.com> In-Reply-To: <3F81DBD8.6010606@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00259.txt.bz2 Dave Brolley wrote: > The attached patch adds fr550 support to the FRV simulator. I will > commit it once the necessary binutils patch has been approved and > committed. > > Dave > >------------------------------------------------------------------------ > >2003-10-06 Dave Brolley > > * profile-fr550.[ch]: New files. > * configure.in: Move frv handling to alphabetically correct placement. > * Makefile.in: Add fr550 support. > * frv-sim.h,frv.c,interrups.c,memory.c,mloop.in,pipeline.c, > profile.[ch],registers.c,traps.c: Add fr550 support. > > This has now been committed. Dave