diff options
author | K. Richard Pixley <rich@cygnus> | 1993-09-01 00:43:09 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-09-01 00:43:09 +0000 |
commit | d538b510a0547c9637eb6bb9077541ca0464710c (patch) | |
tree | b81ecd06b689462478a7e1b666f5ab3e506c3a77 /gdb/ChangeLog | |
parent | 46cf42477855fce26bb53a76201af161b215b7b3 (diff) | |
download | gdb-d538b510a0547c9637eb6bb9077541ca0464710c.zip gdb-d538b510a0547c9637eb6bb9077541ca0464710c.tar.gz gdb-d538b510a0547c9637eb6bb9077541ca0464710c.tar.bz2 |
break dcache code out of remote.c
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b05f8ad..ed900e8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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). |