From: Fred Fish Date: Sun, 30 Mar 1997 19:35:55 +0000 (+0000) Subject: * config/tic80/tic80.mt: Disable using the simulator X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=538fd878d87fe4cbcf3fe5cd4b92f91bf0d00f6d;p=binutils-gdb.git * config/tic80/tic80.mt: Disable using the simulator until it is ready. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4a2384f6ab3..aa15a5a8fac 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +start-sanitize-tic80 +Sun Mar 30 12:28:24 1997 Fred Fish + + * config/tic80/tic80.mt: Disable using the simulator + until it is ready. + +end-sanitize-tic80 Sat Mar 29 13:57:20 1997 Fred Fish * COPYING: Install new version of file from FSF. diff --git a/gdb/config/tic80/tic80.mt b/gdb/config/tic80/tic80.mt index ca4ad464e44..7a6e3d57e36 100644 --- a/gdb/config/tic80/tic80.mt +++ b/gdb/config/tic80/tic80.mt @@ -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