* config/tic80/tic80.mt: Disable using the simulator
authorFred Fish <fnf@specifix.com>
Sun, 30 Mar 1997 19:35:55 +0000 (19:35 +0000)
committerFred Fish <fnf@specifix.com>
Sun, 30 Mar 1997 19:35:55 +0000 (19:35 +0000)
until it is ready.

gdb/ChangeLog
gdb/config/tic80/tic80.mt

index 4a2384f..aa15a5a 100644 (file)
@@ -1,3 +1,10 @@
+start-sanitize-tic80
+Sun Mar 30 12:28:24 1997  Fred Fish  <fnf@cygnus.com>
+
+       * config/tic80/tic80.mt: Disable using the simulator
+       until it is ready.
+
+end-sanitize-tic80
 Sat Mar 29 13:57:20 1997  Fred Fish  <fnf@cygnus.com>
 
        * COPYING: Install new version of file from FSF.
index ca4ad46..7a6e3d5 100644 (file)
@@ -1,5 +1,7 @@
 # Target: TI TMS320C80 (MVP) processor
 TDEPFILES= tic80-tdep.o
 TM_FILE= tm-tic80.h
-SIM_OBS = remote-sim.o
-SIM = ../sim/tic80/libsim.a -lm
+
+# Disable using the simulator until it is ready.
+#SIM_OBS = remote-sim.o
+#SIM = ../sim/tic80/libsim.a -lm