From a4a2808c2a849eddd5d7d454c048ffdfd89ca9c6 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Mon, 7 Dec 2009 14:54:12 -0800 Subject: ARM: move opcode macros to Move the ARM opcode macros from , and a few Thumb2 ones from , to more appropriate homes in a new file. Removed duplicate opcodes from that v7m/Thumb2 set. Protected a few macro argument references by adding missing parentheses. Tightening up some of the line lengths turned up a curious artifact: the macros for the Thumb opcodes are all 32 bits wide, not 16 bits. There's currently no explanation for why it's done that way... Signed-off-by: David Brownell --- src/target/fa526.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/target/fa526.c') diff --git a/src/target/fa526.c b/src/target/fa526.c index 32469d0d..9c01ec7f 100644 --- a/src/target/fa526.c +++ b/src/target/fa526.c @@ -33,6 +33,7 @@ #include "arm920t.h" #include "target_type.h" +#include "arm_opcodes.h" static void fa526_change_to_arm(struct target *target, uint32_t *r0, uint32_t *pc) { -- cgit v1.2.3