aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 86384a8..d45b162 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
+
+ * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
+ (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
+ (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
+ EABI.
+ (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
+ use.
+
2010-04-29 Pedro Alves <pedro@codesourcery.com>
PR gdb/11557