forked from Imagelibrary/binutils-gdb
[aarch64] expose disas_aarch64_insn and rename it to aarch64_decode_insn
We want to use disas_aarch64_insn inside GDB to decode instructions, so this patch exposes it and rename it to aarch64_decode_insn to follow the conventions of other interfaces. include/opcode: 2015-10-02 Yao Qi <yao.qi@linaro.org> * aarch64.h (aarch64_decode_insn): Declare it. opcodes: 2015-10-02 Yao Qi <yao.qi@linaro.org> * aarch64-dis.c (disas_aarch64_insn): Remove static. Change argument insn type to aarch64_insn. Rename to ... (aarch64_decode_insn): ... it. (print_insn_aarch64_word): Caller updated.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2015-10-02 Yao Qi <yao.qi@linaro.org>
|
||||
|
||||
* aarch64.h (aarch64_decode_insn): Declare it.
|
||||
|
||||
2015-09-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
|
||||
|
||||
* s390.h (S390_INSTR_FLAG_HTM): New flag.
|
||||
|
||||
@@ -925,6 +925,9 @@ aarch64_stack_pointer_p (const aarch64_opnd_info *);
|
||||
extern
|
||||
int aarch64_zero_register_p (const aarch64_opnd_info *);
|
||||
|
||||
extern int
|
||||
aarch64_decode_insn (aarch64_insn, aarch64_inst *);
|
||||
|
||||
/* Given an operand qualifier, return the expected data element size
|
||||
of a qualified operand. */
|
||||
extern unsigned char
|
||||
|
||||
Reference in New Issue
Block a user