Move target-dcache out of target.c
authorYao Qi <yao@codesourcery.com>
Thu, 31 Oct 2013 08:50:15 +0000 (16:50 +0800)
committerYao Qi <yao@codesourcery.com>
Wed, 20 Nov 2013 03:40:51 +0000 (11:40 +0800)
commit68c765e263432b1aa5f5a54edc358eba302be4ca
tree132882f55aaaad1d6b6b0373fa7b3862010cafc0
parentf2de978509eb51f85410eab04696725f0bccf9c3
Move target-dcache out of target.c

This patch moves target_dcache related code out of target.c.

gdb:

2013-11-20  Yao Qi  <yao@codesourcery.com>

* Makefile.in (SFILES):Add target-dcache.c.
(HFILES_NO_SRCDIR): Add target-dcache.h.
(COMMON_OBS): Add target-dcache.o.
* dcache.c: Remove inclusion to "target.h".  Include
"target-dcache.h".
* memattr.c: Include "target-dcache.h".
* top.c: Likewise.
* tracepoint.c: Likewise.
* target.c: (stack_cache_enabled_p_1): Move to
target-dcache.c.
(stack_cache_enabled_p): Likewise.
(set_stack_cache_enabled_p): Likewise.
(show_stack_cache_enabled_p): Likewise.
(target_dcache, target_dcache_init_p): Likewise.
(target_dcache_invalidate): Likewise.
(target_dcache_get, target_dcache_get_or_init): Likewise.
(memory_xfer_partial_1): Call function stack_cache_enabled.
(initialize_target): Move code to target-dcache.c.
* target.h (target_dcache_invalidate): Move to
target-dcache.h.
(target_dcache_get): Likewise.
* target-dcache.c: New.
* target-dcache.h: New.
gdb/ChangeLog
gdb/Makefile.in
gdb/dcache.c
gdb/memattr.c
gdb/target-dcache.c [new file with mode: 0644]
gdb/target-dcache.h [new file with mode: 0644]
gdb/target.c
gdb/target.h
gdb/top.c
gdb/tracepoint.c
This page took 0.025724 seconds and 4 git commands to generate.