This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: RFA: remove *_{fetch,store}_word


"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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]