aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 9dc7c2f..4eb92db 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,19 @@
2016-01-18 Yao Qi <yao.qi@linaro.org>
+ * linux-low.c (linux_set_pc_64bit): New function.
+ (linux_get_pc_64bit): New function.
+ * linux-low.h (linux_set_pc_64bit, linux_get_pc_64bit):
+ Declare.
+ * linux-sparc-low.c (debug_threads): Remove declaration.
+ (sparc_get_pc): Remove.
+ (the_low_target): Use linux_get_pc_64bit instead of
+ sparc_get_pc.
+ * linux-tile-low.c (tile_get_pc, tile_set_pc): Remove.
+ (the_low_target): Use linux_get_pc_64bit and
+ linux_set_pc_64bit.
+
+2016-01-18 Yao Qi <yao.qi@linaro.org>
+
* linux-arm-low.c (debug_threads): Remove declaration.
(arm_get_pc, arm_set_pc): Remove.
(the_low_target): Use linux_get_pc_32bit and