]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ChangeLog
break dcache code out of remote.c
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
index b05f8ad9e65675d2a3db446b9e6d9e4c5b2d1fd6..ed900e8347bd32fcf22e02def1542eaad2f74d0e 100644 (file)
@@ -1,5 +1,18 @@
 Tue Aug 31 15:01:27 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
 
+       Break dcache code out of remote.c.
+       * dcache.h: white space changes only.
+       * dcache.c: add user settable variable to set whether data caching
+         is in use.
+       * remote.c: include dcache.h. removed data caching code which is
+         now in dcache.c.  Compile in data caching again.  (data caching
+         is currently off by default.)
+         (remote_read_bytes, remote_write_bytes): change second arg to
+         unsigned char.
+         (remote_dcache): new static variable.
+       * Makefile.in (REMOTE_O): add dcache.o.
+       * config/m88k/m88k.mt (TDEPFILES): removed dcache.o.
+
        Break dcache code out of remote-bug.c into dcache.[hc].
        * Makefile.in (dcache_h): new macro.
          (HFILES): added $(dcache_h).