summaryrefslogtreecommitdiff
path: root/gdb/armnbsd-tdep.c
diff options
context:
space:
mode:
authorRichard Earnshaw <richard.earnshaw@arm.com>2002-12-17 22:11:31 +0000
committerRichard Earnshaw <richard.earnshaw@arm.com>2002-12-17 22:11:31 +0000
commit612882016f6301570c278d91273fc2afa48d4af0 (patch)
tree832481c0c777f6c6e24404e58b6e1272af5fee94 /gdb/armnbsd-tdep.c
parentd4ee8dd0c5d652bf5e9679dcd18404dcf565cfa3 (diff)
downloadgdb-612882016f6301570c278d91273fc2afa48d4af0.tar.gz
* armnbsd-tdep.c (ARM_NBSD_JB_PC): Renamed from JB_PC.
All uses changed (ARM_NBSD_JB_ELELMENT_SIZE): Similarly.
Diffstat (limited to 'gdb/armnbsd-tdep.c')
-rw-r--r--gdb/armnbsd-tdep.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/armnbsd-tdep.c b/gdb/armnbsd-tdep.c
index ea920207d32..0e7ab544365 100644
--- a/gdb/armnbsd-tdep.c
+++ b/gdb/armnbsd-tdep.c
@@ -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