update REMOTE_O for i960-vxworks to make it compile again
authorDavid D. Zuhn <zoo@cygnus>
Mon, 11 Oct 1993 18:49:22 +0000 (18:49 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Mon, 11 Oct 1993 18:49:22 +0000 (18:49 +0000)
gdb/ChangeLog
gdb/config/i960/vxworks960.mt

index 934df9a5f903ba068ebd80ad54cd007b6b9f8450..0bf9448409329c579ed9f0fc7412154942e77a2c 100644 (file)
@@ -1,3 +1,7 @@
+Mon Oct 11 11:46:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * config/i960/vxworks960.mt (REMOTE_O): add dcache.o and remote-utils.o
+
 Mon Oct 11 02:48:57 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * mipsread.c (parse_partial_symbols):  Do not add undefined
index 12f1032941a372aa0fdfdc102e5a279f6aefd506..6e93b712c4617163abe9316f3880c4d19d5b5c25 100644 (file)
@@ -5,4 +5,4 @@ TM_FILE= tm-vx960.h
 MT_CFLAGS= -DI80960
 # Don't use remote.o; it doesn't compile (and won't work) due to lack of
 # BREAKPOINT.
-REMOTE_O=
+REMOTE_O=dcache.o remote-utils.o