diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-07 14:54:13 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-07 14:57:44 -0800 |
commit | 0a1b7dcfc40385f09b5eb088cd97d6ff25a5816d (patch) | |
tree | 025315bb7ed2228175cb8d501f24b37582080cc9 /src/target/oocd_trace.c | |
parent | 0529c14bfeb113ee37f4d961f9309102d57a1e39 (diff) | |
download | riscv-openocd-0a1b7dcfc40385f09b5eb088cd97d6ff25a5816d.zip riscv-openocd-0a1b7dcfc40385f09b5eb088cd97d6ff25a5816d.tar.gz riscv-openocd-0a1b7dcfc40385f09b5eb088cd97d6ff25a5816d.tar.bz2 |
ARM: use <target/arm.h> not armv4_5.h
Move most declarations in <target/armv4_5.h> to <target/arm.h>
and update users.
What's left in the older file is stuff that I think should be
removed ... the old register cache access stuff, which makes it
awkward to support microcontroller profile (Cortex-M) cores.
The armv4_5_run_algorithm() declaration was moved too, even
though it's not yet as generic as it probably ought to be.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/oocd_trace.c')
-rw-r--r-- | src/target/oocd_trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/oocd_trace.c b/src/target/oocd_trace.c index ac79f18..ae3a5df 100644 --- a/src/target/oocd_trace.c +++ b/src/target/oocd_trace.c @@ -21,7 +21,7 @@ #include "config.h" #endif -#include "armv4_5.h" +#include "arm.h" #include "oocd_trace.h" /* |