break dcache code out of remote-bug.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 07efc362195983fa359588f4afcfde2767805597..b05f8ad9e65675d2a3db446b9e6d9e4c5b2d1fd6 100644 (file)
@@ -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
This page took 0.024849 seconds and 4 git commands to generate.