diff options
author | Mark Alexander <marka@cygnus> | 1997-08-09 04:49:48 +0000 |
---|---|---|
committer | Mark Alexander <marka@cygnus> | 1997-08-09 04:49:48 +0000 |
commit | 28954a6eb339de75de8dea3373d4d56e9f85d197 (patch) | |
tree | 74575b5d47514634730454609d557931f611edcb /gdb/config | |
parent | 3ad248c44a5b447c88dc0918a0a7d588dc70e78b (diff) | |
download | gdb-28954a6eb339de75de8dea3373d4d56e9f85d197.zip gdb-28954a6eb339de75de8dea3373d4d56e9f85d197.tar.gz gdb-28954a6eb339de75de8dea3373d4d56e9f85d197.tar.bz2 |
start-sanitize-tic80
* config/tic80/tic80.mt:
(GDBSERVER-DEPFILES, GDBSERVER_LIBS): Define for gdbserver.
(SIM): Remove -lm to prevent make errors.
* configure.tgt: add gdbserver to configdirs for tic80.
end-sanitize-tic80
* gdbserver/utils.c (error): Change prototype to match defs.h.
* gdbserver/low-sim.c: Change simulator calls to use new interface.
* remote.c (remote_write_bytes): Include '$' at start of packet
and checksum at end of packet in overhead calculation.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/tic80/tic80.mt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config/tic80/tic80.mt b/gdb/config/tic80/tic80.mt index 84b6eb2..10be27e 100644 --- a/gdb/config/tic80/tic80.mt +++ b/gdb/config/tic80/tic80.mt @@ -1,7 +1,7 @@ # Target: TI TMS320C80 (MVP) processor 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 = ../sim/tic80/libsim.a +GDBSERVER_DEPFILES= low-sim.o +GDBSERVER_LIBS = ../../sim/tic80/libsim.a ../../bfd/libbfd.a ../../libiberty/libiberty.a -lm |