aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/tic80
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-04-22 17:46:07 +0000
committerAndrew Cagney <cagney@redhat.com>1997-04-22 17:46:07 +0000
commit15c1649391b66df7e721377daa248721ab3e58eb (patch)
treecbc9fca2a3287bf2882499101225fd5213f44ad4 /gdb/config/tic80
parent81f464815db9a9fc4209c7eb6eb7ea341b78b76e (diff)
downloadfsf-binutils-gdb-15c1649391b66df7e721377daa248721ab3e58eb.zip
fsf-binutils-gdb-15c1649391b66df7e721377daa248721ab3e58eb.tar.gz
fsf-binutils-gdb-15c1649391b66df7e721377daa248721ab3e58eb.tar.bz2
TIc80 simulator checkpoint - runs 3 instructions - trap, addu, br.a.
Diffstat (limited to 'gdb/config/tic80')
-rw-r--r--gdb/config/tic80/tic80.mt4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/tic80/tic80.mt b/gdb/config/tic80/tic80.mt
index 7a6e3d5..84b6eb2 100644
--- a/gdb/config/tic80/tic80.mt
+++ b/gdb/config/tic80/tic80.mt
@@ -3,5 +3,5 @@ TDEPFILES= tic80-tdep.o
TM_FILE= tm-tic80.h
# Disable using the simulator until it is ready.
-#SIM_OBS = remote-sim.o
-#SIM = ../sim/tic80/libsim.a -lm
+SIM_OBS = remote-sim.o
+SIM = ../sim/tic80/libsim.a -lm