target: remove unused "bitfield" infrastructure
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 14 Nov 2009 00:22:36 +0000 (16:22 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 14 Nov 2009 00:22:36 +0000 (16:22 -0800)
commit04b514707f221ba00ae789e69f6f8047af96125d
tree568a7eb1c0368cdf8aadd69e27bb99f570bc130c
parent38e8d60f79fd51424c556e07653713254c2d9b4e
target: remove unused "bitfield" infrastructure

We have too many different registers, and too many version and
context dependent interpretations, for this type of bitfield
management to be scalable.

(Anyone who really wants bitfield interpretation *can* do that
in Tcl code...)

There are ... quite a few copies of the same ARM dummy registers.
There should eventually be one copy; this many is craziness.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/arm11.c
src/target/armv4_5.c
src/target/armv7a.c
src/target/armv7m.c
src/target/embeddedice.c
src/target/etb.c
src/target/mips32.c
src/target/register.h
src/target/xscale.c