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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9a73992..f2707dc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2016-02-11 Simon Marchi <simon.marchi@ericsson.com> + * 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. + +2016-02-11 Simon Marchi <simon.marchi@ericsson.com> + * arm-tdep.c (thumb_copy_unmodified_16bit): Change type of insn. (thumb_copy_b): Likewise. (arm_decode_b_bl_ldmstm): Likewise. |