ARM: don't clone arm_arch_state() code
commit19ad7f828ba36f398f52749c2f33e25a3ea78ac2
authorDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 7 Dec 2009 22:55:08 +0000 (7 14:55 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 7 Dec 2009 22:57:44 +0000 (7 14:57 -0800)
tree141e7c3e273efec584b7af3df91d08628e31f785
parent927ae6899df12e4667d181575cc0494bf12ff209
ARM: don't clone arm_arch_state() code

Have various ARM cores delegate to arm_arch_state() to display
basic information, instead of duplicating that logic.

This shrinks the code, makes them all report when semihosting
is active, and highlights which data are specific to this core.
(Like ARM720 not having separate instruction and data caches.)

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/arm720t.c
src/target/arm920t.c
src/target/arm926ejs.c
src/target/xscale.c