RFA: remove *_{fetch,store}_word
Andrew Cagney
ac131313@cygnus.com
Sun Jun 18 21:30:00 GMT 2000
"J.T. Conklin" wrote:
>
> I submit the enclosed patch for approval. This set of patches change
> the m88k BUG and i960 Nindy targets to perform memory transfers via
> dcache_xfer_memory() instead of spliting the transfer into aligned
> chunks and calling *_{fetch,store}_word to perform the transfer. This
> is a step in the direction of moving dcache above target memory
> transfer functions.
> 2000-06-14 J.T. Conklin <jtc@redback.com>
>
> * 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.
Yes, this is ok. (Including the not being able to test bit).
Andrew
More information about the Gdb-patches
mailing list