diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2016-02-11 14:08:53 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2016-02-11 14:08:53 -0500 |
commit | 2ba163c8d19971010e22176cf688b3de80bd8f08 (patch) | |
tree | 70fbe6390ee3c8d3bf22d9ca0fd7f332a66eda17 /gdb/arm-tdep.h | |
parent | 615234c107e5dcdefff78596971266e9346b3f76 (diff) | |
download | gdb-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-tdep.h')
-rw-r--r-- | gdb/arm-tdep.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/arm-tdep.h b/gdb/arm-tdep.h index 1306cbb..e5d13bb 100644 --- a/gdb/arm-tdep.h +++ b/gdb/arm-tdep.h @@ -265,9 +265,6 @@ int arm_software_single_step (struct frame_info *); int arm_is_thumb (struct regcache *regcache); int arm_frame_is_thumb (struct frame_info *frame); -extern struct displaced_step_closure * - arm_displaced_step_copy_insn (struct gdbarch *, CORE_ADDR, CORE_ADDR, - struct regcache *); extern void arm_displaced_step_fixup (struct gdbarch *, struct displaced_step_closure *, CORE_ADDR, CORE_ADDR, struct regcache *); |