Browse Source

* arm-wince-tdep.c (ARM_WINCE_JB_PC): Change to 10.

gdb_6_7-branch
Pedro Alves 19 years ago
parent
commit
8ad7c2b9e6
  1. 4
      gdb/ChangeLog
  2. 2
      gdb/arm-wince-tdep.c

4
gdb/ChangeLog

@ -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

2
gdb/arm-wince-tdep.c

@ -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)

Loading…
Cancel
Save