From: Jim Kingdon Date: Thu, 23 Sep 1993 00:27:06 +0000 (+0000) Subject: * config/i960/nindy960.mt: Don't define REMOTE_O; REMOTE_O was X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9b35c674d4601f1e1b199453c85b4d3ad368dbe;p=binutils-gdb.git * config/i960/nindy960.mt: Don't define REMOTE_O; REMOTE_O was intended only for VxWorks. Remove dcache.o from TDEPFILES now that we pick it up from the default REMOTE_O. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 46a4473de05..e683a130bf0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ Wed Sep 22 10:28:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * config/i960/nindy960.mt: Don't define REMOTE_O; REMOTE_O was + intended only for VxWorks. Remove dcache.o from TDEPFILES now + that we pick it up from the default REMOTE_O. + * breakpoint.c (bpstat_what): Initialize retval.call_dummy and retval.step_resume. diff --git a/gdb/config/i960/nindy960.mt b/gdb/config/i960/nindy960.mt index 7dd029b8141..9feefb78e8d 100644 --- a/gdb/config/i960/nindy960.mt +++ b/gdb/config/i960/nindy960.mt @@ -1,6 +1,3 @@ # Target: Intel 80960, in an embedded system under the NINDY monitor -TDEPFILES= exec.o i960-pinsn.o i960-tdep.o nindy-tdep.o remote-nindy.o dcache.o nindy.o Onindy.o ttyflush.o +TDEPFILES= exec.o i960-pinsn.o i960-tdep.o nindy-tdep.o remote-nindy.o nindy.o Onindy.o ttyflush.o TM_FILE= tm-nindy960.h -# Don't use remote.o; it doesn't compile (and won't work) due to lack of -# BREAKPOINT. -REMOTE_O=