diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/config/i960/mon960.mt | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 78ec9f2..685f0d1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +1998-12-08 James E Wilson <wilson@wilson-pc.cygnus.com> + + * config/i960/mon960.mt (SIM_OBJS, SIM): Define. + Tue Dec 8 16:49:24 1998 Stan Shebs <shebs@andros.cygnus.com> * NEWS: Add mentions of newly-added configurations. diff --git a/gdb/config/i960/mon960.mt b/gdb/config/i960/mon960.mt index 7095ed6..6cd7345 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 |