Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_64bit
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index 9dc7c2f9131b2123db24cc0cdeac04927de83c69..4eb92dbf9d695db275853ba1f0d0ce8b0d0dff33 100644 (file)
@@ -1,3 +1,17 @@
+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.
This page took 0.031105 seconds and 4 git commands to generate.