+2002-11-17 Stuart Hughes <seh@zee2.com>
+
+ * linux-arm-low.c (arm_num_regs): Increase.
+ (arm_regmap): Include status register.
+
+2002-11-17 Daniel Jacobowitz <drow@mvista.com>
+
+ * linux-low.c (register_addr): Remove incorrect -1 check.
+
2002-08-29 Daniel Jacobowitz <drow@mvista.com>
* linux-low.c (linux_create_inferior): Call setpgid. Return
#include <sys/reg.h>
#endif
-#define arm_num_regs 16
+#define arm_num_regs 26
static int arm_regmap[] = {
0, 4, 8, 12, 16, 20, 24, 28,
32, 36, 40, 44, 48, 52, 56, 60,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ 64
};
static int