* arm-wince-tdep.c (ARM_WINCE_JB_PC): Change to 10.
authorPedro Alves <palves@redhat.com>
Sun, 26 Aug 2007 13:42:40 +0000 (13:42 +0000)
committerPedro Alves <palves@redhat.com>
Sun, 26 Aug 2007 13:42:40 +0000 (13:42 +0000)
gdb/ChangeLog
gdb/arm-wince-tdep.c

index 9b3484e..dba0c35 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-26  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * arm-wince-tdep.c (ARM_WINCE_JB_PC): Change to 10.
+
 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
 
        * Makefile.in (copying.c): Use the top-level COPYING3 as the file
index 96840af..4235896 100644 (file)
@@ -32,7 +32,7 @@ static const char arm_wince_thumb_le_breakpoint[] = { 0xfe, 0xdf };
 
 /* Description of the longjmp buffer.  */
 #define ARM_WINCE_JB_ELEMENT_SIZE      INT_REGISTER_SIZE
-#define ARM_WINCE_JB_PC                        21
+#define ARM_WINCE_JB_PC                        10
 
 static void
 arm_wince_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)