OSDN Git Service

* config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
authorKevin Buettner <kevinb@redhat.com>
Mon, 8 Sep 2003 23:21:37 +0000 (23:21 +0000)
committerKevin Buettner <kevinb@redhat.com>
Mon, 8 Sep 2003 23:21:37 +0000 (23:21 +0000)
target.

gdb/ChangeLog
gdb/config/frv/frv.mt

index 1f47433..7bb6fdd 100644 (file)
@@ -1,5 +1,10 @@
 2003-09-08  Kevin Buettner  <kevinb@redhat.com>
 
+       * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
+       target.
+
+2003-09-08  Kevin Buettner  <kevinb@redhat.com>
+
        * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
        (frame_extra_info): Rename this struct to frv_unwind_cache.
        Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
index 07fc4e7..ae5521e 100644 (file)
@@ -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