OSDN Git Service

* remote-nindy.c (nindy_fetch_word, nindy_store_word): Removed
authorjtc <jtc>
Mon, 19 Jun 2000 18:59:06 +0000 (18:59 +0000)
committerjtc <jtc>
Mon, 19 Jun 2000 18:59:06 +0000 (18:59 +0000)
commit28722f23e9042e77d135f6ce8312a7f3a685f50a
tree9c0eafdc318a22f0d1ab4eb383bceb7fbd71ac98
parent4d9b816e425741fe45e72fe1fc75d0aafc3e5efa
* remote-nindy.c (nindy_fetch_word, nindy_store_word): Removed
(nindy_xfer_inferior_memory): Use dcache_xfer_memory() instead of
breaking transfer into chunks and using nindy_fetch_word() and
nindy_store_word().

* remote-bug.c (bug_xfer_memory): Use dcache_xfer_memory() instead
of breaking transfer into chunks and using gr_fetch_word() and
gr_store_word().

* remote.c (remote_fetch_word, remote_store_word): Removed.

* remote-utils.h (gr_fetch_word, gr_store_word): Removed.
* remote-utils.c (gr_fetch_word, gr_store_word): Removed.

* dcache.h (dcache_fetch, dcache_poke, dcache_poke_block): Removed.
* dcache.c (dcache_fetch, dcache_poke): Removed.
gdb/ChangeLog
gdb/dcache.c
gdb/dcache.h
gdb/remote-bug.c
gdb/remote-nindy.c
gdb/remote-utils.c
gdb/remote-utils.h
gdb/remote.c