From: David D. Zuhn Date: Mon, 11 Oct 1993 18:49:22 +0000 (+0000) Subject: update REMOTE_O for i960-vxworks to make it compile again X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cabb6f5919a039abc83c9122a65a6816f14bfb73;p=binutils-gdb.git update REMOTE_O for i960-vxworks to make it compile again --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 934df9a5f90..0bf94484093 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 diff --git a/gdb/config/i960/vxworks960.mt b/gdb/config/i960/vxworks960.mt index 12f1032941a..6e93b712c46 100644 --- a/gdb/config/i960/vxworks960.mt +++ b/gdb/config/i960/vxworks960.mt @@ -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