diff options
author | K. Richard Pixley <rich@cygnus> | 1993-09-01 19:16:57 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-09-01 19:16:57 +0000 |
commit | 5a0a463feba0426b24619bcb4b4ccf094ef80f1c (patch) | |
tree | 6491a219d5e750d8c1449820b597218fe2bc8812 /gdb/config/i960 | |
parent | e7e02420a7c0b676a28709af4962812ecee36823 (diff) | |
download | gdb-5a0a463feba0426b24619bcb4b4ccf094ef80f1c.zip gdb-5a0a463feba0426b24619bcb4b4ccf094ef80f1c.tar.gz gdb-5a0a463feba0426b24619bcb4b4ccf094ef80f1c.tar.bz2 |
break dcache out of remote-nindy.c
Diffstat (limited to 'gdb/config/i960')
-rw-r--r-- | gdb/config/i960/nindy960.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i960/nindy960.mt b/gdb/config/i960/nindy960.mt index 924bbb4..7dd029b 100644 --- a/gdb/config/i960/nindy960.mt +++ b/gdb/config/i960/nindy960.mt @@ -1,5 +1,5 @@ # 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 nindy.o Onindy.o ttyflush.o +TDEPFILES= exec.o i960-pinsn.o i960-tdep.o nindy-tdep.o remote-nindy.o dcache.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. |