Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] (re)enable FR-V simulator
@ 2003-09-08 23:23 Kevin Buettner
  0 siblings, 0 replies; only message in thread
From: Kevin Buettner @ 2003-09-08 23:23 UTC (permalink / raw)
  To: gdb-patches

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-08 23:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-08 23:23 [PATCH] (re)enable FR-V simulator Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox