aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1993-08-31 22:13:29 +0000
committerK. Richard Pixley <rich@cygnus>1993-08-31 22:13:29 +0000
commit755892d6ff13e99b7cb12f349c05345da4befcb4 (patch)
tree5f8912bde3cf922710793455434f0b95b7f1ed7e /gdb/ChangeLog
parentbf9d25378e65e0c5b96cc0f4cbbaa485b98913ba (diff)
downloadgdb-755892d6ff13e99b7cb12f349c05345da4befcb4.zip
gdb-755892d6ff13e99b7cb12f349c05345da4befcb4.tar.gz
gdb-755892d6ff13e99b7cb12f349c05345da4befcb4.tar.bz2
break dcache code out of remote-bug.c
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 07efc36..b05f8ad 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,22 @@
+Tue Aug 31 15:01:27 1993 K. Richard Pixley (rich@sendai.cygnus.com)
+
+ Break dcache code out of remote-bug.c into dcache.[hc].
+ * Makefile.in (dcache_h): new macro.
+ (HFILES): added $(dcache_h).
+ (ALLDEPFILES): added dcache.c.
+ (dcache.o): new rule.
+ (remote-bug.o): now depends on $(dcache_h).
+ * remote-bug.c: include dcache.h. remove externs for insque and
+ remque, add extern for bcopy. Prototype bug_close,
+ bug_clear_breakpoints, bug_write_cr. dcache code moved to
+ dcache.[hc]. Changed dcache calling convention to include an
+ initial DCACHE argument.
+ (bug_dcache): new static variable.
+ (bug_read_inferior_memory): change second arg to
+ unsigned char.
+ * dcache.[ch]: new files.
+ * config/m88k/m88k.mt (TDEPFILES): add dcache.o.
+
Tue Aug 31 10:33:13 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* c-typeprint.c (c_print_type_base): Treat show = 0 just like