* armnbsd-tdep.c (ARM_NBSD_JB_PC): Renamed from JB_PC.
All uses changed (ARM_NBSD_JB_ELELMENT_SIZE): Similarly.
This commit is contained in:
parent
b72e6a2de5
commit
625602f2f4
2 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2002-12-17 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* armnbsd-tdep.c (ARM_NBSD_JB_PC): Renamed from JB_PC.
|
||||
All uses changed
|
||||
(ARM_NBSD_JB_ELELMENT_SIZE): Similarly.
|
||||
|
||||
2002-12-17 David Carlton <carlton@math.stanford.edu>
|
||||
|
||||
* symtab.c (lookup_partial_symbol): Don't search past the end of
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
#include "solib-svr4.h"
|
||||
|
||||
/* Description of the longjmp buffer. */
|
||||
#define JB_PC 24
|
||||
#define JB_ELEMENT_SIZE INT_REGISTER_RAW_SIZE
|
||||
#define ARM_NBSD_JB_PC 24
|
||||
#define ARM_NBSD_JB_ELEMENT_SIZE INT_REGISTER_RAW_SIZE
|
||||
|
||||
/* For compatibility with previous implemenations of GDB on arm/NetBSD,
|
||||
override the default little-endian breakpoint. */
|
||||
|
@ -51,8 +51,8 @@ arm_netbsd_init_abi_common (struct gdbarch_info info,
|
|||
tdep->arm_breakpoint = arm_nbsd_arm_le_breakpoint;
|
||||
tdep->arm_breakpoint_size = sizeof (arm_nbsd_arm_le_breakpoint);
|
||||
|
||||
tdep->jb_pc = JB_PC;
|
||||
tdep->jb_elt_size = JB_ELEMENT_SIZE;
|
||||
tdep->jb_pc = ARM_NBSD_JB_PC;
|
||||
tdep->jb_elt_size = ARM_NBSD_JB_ELEMENT_SIZE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue