aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1993-09-01 19:16:57 +0000
committerK. Richard Pixley <rich@cygnus>1993-09-01 19:16:57 +0000
commit5a0a463feba0426b24619bcb4b4ccf094ef80f1c (patch)
tree6491a219d5e750d8c1449820b597218fe2bc8812 /gdb/ChangeLog
parente7e02420a7c0b676a28709af4962812ecee36823 (diff)
downloadgdb-5a0a463feba0426b24619bcb4b4ccf094ef80f1c.zip
gdb-5a0a463feba0426b24619bcb4b4ccf094ef80f1c.tar.gz
gdb-5a0a463feba0426b24619bcb4b4ccf094ef80f1c.tar.bz2
break dcache out of remote-nindy.c
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 26d98bc..5fa4fb6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -31,6 +31,12 @@ Tue Aug 31 15:01:27 1993 K. Richard Pixley (rich@sendai.cygnus.com)
* Makefile.in (REMOTE_O): add dcache.o.
* config/m88k/m88k.mt (TDEPFILES): removed dcache.o.
+ Break dcache code out of remote-nindy.c.
+ * remote-nindy.c: removed dcache code. Changed callers to use new
+ conventions. include dcache.h.
+ (nindy_dcache): new static variable.
+ * config/i960/nindy960.mt (TDEPFILES): added dcache.o.
+
Break dcache code out of remote-bug.c into dcache.[hc].
* Makefile.in (dcache_h): new macro.
(HFILES): added $(dcache_h).