aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 80ca8b9..3e742ac 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,18 @@
2016-11-03 Yao Qi <yao.qi@linaro.org>
+ * arch-utils.c (default_remote_breakpoint_from_pc): Remove.
+ * arch-utils.h (default_remote_breakpoint_from_pc): Remove.
+ * arm-tdep.c (arm_remote_breakpoint_from_pc): Remove.
+ (arm_gdbarch_init): Don't call
+ set_gdbarch_remote_breakpoint_from_pc.
+ * gdbarch.sh (remote_breakpoint_from_pc): Remove.
+ * gdbarch.c, gdbarch.h: Regenerate.
+ * mips-tdep.c (mips_remote_breakpoint_from_pc): Remove.
+ (mips_gdbarch_init): Don't call
+ set_gdbarch_remote_breakpoint_from_pc.
+
+2016-11-03 Yao Qi <yao.qi@linaro.org>
+
* breakpoint.h (struct bp_target_info) <placed_size>: Remove.
<kind>: New field.
Update all users.