From: Jim Wilson Date: Wed, 9 Dec 1998 06:54:51 +0000 (+0000) Subject: Link with i960 simulator. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e351e0fca0da7783290ba4043a5dc985eba5b2e4;p=deliverable%2Fbinutils-gdb.git Link with i960 simulator. * config/i960/mon960.mt (SIM_OBJS, SIM): Define. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 78ec9f2a43..685f0d19f4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +1998-12-08 James E Wilson + + * config/i960/mon960.mt (SIM_OBJS, SIM): Define. + Tue Dec 8 16:49:24 1998 Stan Shebs * NEWS: Add mentions of newly-added configurations. diff --git a/gdb/config/i960/mon960.mt b/gdb/config/i960/mon960.mt index 7095ed606d..6cd73459f7 100644 --- a/gdb/config/i960/mon960.mt +++ b/gdb/config/i960/mon960.mt @@ -1,4 +1,6 @@ # Target: Intel 960 rom monitor TDEPFILES= i960-tdep.o monitor.o mon960-rom.o ttyflush.o xmodem.o dsrec.o TM_FILE= tm-mon960.h +SIM_OBS = remote-sim.o +SIM = ../sim/i960/libsim.a