diff options
author | Yao Qi <yao.qi@linaro.org> | 2015-09-30 17:03:57 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2015-10-02 15:23:54 +0100 |
commit | 7232d38966babb802e9d8d0e9e591346a7b93d96 (patch) | |
tree | 3746ce60db331fd16eeb2c4cefec21d70eb98612 /opcodes/ChangeLog | |
parent | 371517f576f8e7b25fc228c7459d6865c13d5247 (diff) | |
download | gdb-7232d38966babb802e9d8d0e9e591346a7b93d96.zip gdb-7232d38966babb802e9d8d0e9e591346a7b93d96.tar.gz gdb-7232d38966babb802e9d8d0e9e591346a7b93d96.tar.bz2 |
[aarch64] Remove argument pc from disas_aarch64_insn
I happen to see that argument pc is not used inside disas_aarch64_insn
at all. This patch is to remove it.
OK to apply?
opcodes:
2015-10-02 Yao Qi <yao.qi@linaro.org>
* aarch64-dis.c (disas_aarch64_insn): Remove argument PC.
(print_insn_aarch64_word): Caller updated.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 48fa37d..051c42b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2015-10-02 Yao Qi <yao.qi@linaro.org> + + * aarch64-dis.c (disas_aarch64_insn): Remove argument PC. + (print_insn_aarch64_word): Caller updated. + 2015-09-29 Dominik Vogt <vogt@linux.vnet.ibm.com> * s390-mkopc.c (main): Parse htm and vx flag. |