From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25433 invoked by alias); 8 Sep 2003 23:23:41 -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 25425 invoked from network); 8 Sep 2003 23:23:40 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 8 Sep 2003 23:23:40 -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 h88NNdl23133 for ; Mon, 8 Sep 2003 19:23:39 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h88NNce15144 for ; Mon, 8 Sep 2003 19:23:38 -0400 Received: from localhost.localdomain (vpn50-21.rdu.redhat.com [172.16.50.21]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h88NNcXS022642 for ; Mon, 8 Sep 2003 19:23:38 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h88NNWu15739 for gdb-patches@sources.redhat.com; Mon, 8 Sep 2003 16:23:32 -0700 Date: Mon, 08 Sep 2003 23:23:00 -0000 From: Kevin Buettner Message-Id: <1030908232332.ZM15738@localhost.localdomain> To: gdb-patches@sources.redhat.com Subject: [PATCH] (re)enable FR-V simulator MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-09/txt/msg00140.txt.bz2 I've just committed the patch below... * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V target. Index: config/frv/frv.mt =================================================================== RCS file: /cvs/src/src/gdb/config/frv/frv.mt,v retrieving revision 1.1 diff -u -p -r1.1 frv.mt --- config/frv/frv.mt 21 Jun 2002 21:19:58 -0000 1.1 +++ config/frv/frv.mt 8 Sep 2003 23:18:59 -0000 @@ -1,5 +1,5 @@ # Target: Fujitsu FRV processor TDEPFILES= frv-tdep.o TM_FILE= tm-frv.h -#SIM_OBS = remote-sim.o -#SIM = ../sim/frv/libsim.a +SIM_OBS = remote-sim.o +SIM = ../sim/frv/libsim.a