aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-linux-tdep.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2016-02-11 14:08:53 -0500
committerSimon Marchi <simon.marchi@ericsson.com>2016-02-11 14:08:53 -0500
commit2ba163c8d19971010e22176cf688b3de80bd8f08 (patch)
tree70fbe6390ee3c8d3bf22d9ca0fd7f332a66eda17 /gdb/arm-linux-tdep.c
parent615234c107e5dcdefff78596971266e9346b3f76 (diff)
downloadgdb-2ba163c8d19971010e22176cf688b3de80bd8f08.zip
gdb-2ba163c8d19971010e22176cf688b3de80bd8f08.tar.gz
gdb-2ba163c8d19971010e22176cf688b3de80bd8f08.tar.bz2
arm-tdep.c: Remove unused arm_displaced_step_copy_insn
This function is never used, since it is superseded by arm_linux_displaced_step_copy_insn. gdb/ChangeLog: * arm-tdep.c (arm_displaced_step_copy_insn): Remove. (ARM displaced stepping support): Remove reference to arm_displaced_step_copy_insn in comment. * arm-tdep.h (arm_displaced_step_copy_insn): Remove. * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Remove reference to arm_displaced_step_copy_insn in comment.
Diffstat (limited to 'gdb/arm-linux-tdep.c')
-rw-r--r--gdb/arm-linux-tdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/arm-linux-tdep.c b/gdb/arm-linux-tdep.c
index 3421f3b..5316963 100644
--- a/gdb/arm-linux-tdep.c
+++ b/gdb/arm-linux-tdep.c
@@ -1128,8 +1128,7 @@ arm_catch_kernel_helper_return (struct gdbarch *gdbarch, CORE_ADDR from,
/* Linux-specific displaced step instruction copying function. Detects when
the program has stepped into a Linux kernel helper routine (which must be
- handled as a special case), falling back to arm_displaced_step_copy_insn()
- if it hasn't. */
+ handled as a special case). */
static struct displaced_step_closure *
arm_linux_displaced_step_copy_insn (struct gdbarch *gdbarch,