mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* 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.
This commit is contained in:
@ -1,5 +1,9 @@
|
|||||||
Wed Sep 22 10:28:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
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
|
* breakpoint.c (bpstat_what): Initialize retval.call_dummy and
|
||||||
retval.step_resume.
|
retval.step_resume.
|
||||||
|
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
# Target: Intel 80960, in an embedded system under the NINDY monitor
|
# 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
|
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=
|
|
||||||
|
Reference in New Issue
Block a user