ARM11: don't expose DSCR
commitd5e4e23f9a5b1074cd298d5386e638a9fa78b1ad
authorDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 3 Dec 2009 06:57:08 +0000 (2 22:57 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 3 Dec 2009 07:08:43 +0000 (2 23:08 -0800)
treeb25c89f21ccd73cbbcd5aba180deb5f81219631c
parentf0c3e7011f9a829b518770247d143b1ac612f0f1
ARM11: don't expose DSCR

Remove the remaining extra copy of DSCR, and the register cache
of which it was a part.  That cache wasn't a very safe, or even
necessary, idea; it was essentialy letting debugger-private state
be manipulated by Tcl code that couldn't know how to do it right.

This makes the "reg" output of an ARM11 resemble what most other
ARM cores produce ... forward motion in the "make ARM11 work like
the rest of the ARM cores" Jihad!
src/target/arm11.c
src/target/arm11.h