* 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 4a2384f6ab37e8cf38741def0b855098b7ab224b..aa15a5a8fac0736f298d9be22b9f67227fbd989c 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 ca4ad464e445fae24bb873f073d5f127b06c8797..7a6e3d57e3696936e7ee5a021271c2dbbd0a0a7f 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