Cortex-M3: don't chain "struct arm" commands
commita398c85de748effa1ac2ea7f75cee127e1ddcd5b
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 28 Nov 2009 22:19:45 +0000 (28 14:19 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 28 Nov 2009 22:19:45 +0000 (28 14:19 -0800)
tree70178edb67f0541cde55621058dd2242cb90f4d4
parent01f93137c4c9d2aedd57a715be46d2809c316811
Cortex-M3: don't chain "struct arm" commands

Those commands presume support for the "classic" set of CPU
modes (FIQ, supervisor, IRQ, etc) ... which aren't supported
by the ARMv7-M or ARMv6-M architectures.  They also presume
a "struct arm" base type, which this code doesn't use.

We haven't cleaned up the register handling enough to be able
to share any of those "base" methods.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/cortex_m3.c