This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[PATCH] (re)enable FR-V simulator
- From: Kevin Buettner <kevinb at redhat dot com>
- To: gdb-patches at sources dot redhat dot com
- Date: Mon, 8 Sep 2003 16:23:32 -0700
- Subject: [PATCH] (re)enable FR-V simulator
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