[binutils-gdb] Refactor disassembler selection
sergiodj+buildbot@sergiodj.net
sergiodj+buildbot@sergiodj.net
Wed May 24 16:51:00 GMT 2017
*** TEST RESULTS FOR COMMIT 003ca0fd22863aaf1a9811c8a35a0133a2d27fb1 ***
Author: Yao Qi <yao.qi@linaro.org>
Branch: master
Commit: 003ca0fd22863aaf1a9811c8a35a0133a2d27fb1
Refactor disassembler selection
Nowadays, opcodes/disassemble.c:disassembler selects the proper
disassembler according to ABFD only. However, it actually
selects disassemblers according to arch, mach, endianess, and
abfd. This patch adds them to the parameters of disassembler,
so that its caller can still select disassemblers in case that
abfd is NULL (a typical case in GDB).
There isn't any functionality change.
binutils:
2017-05-24 Yao Qi <yao.qi@linaro.org>
* objdump.c (disassemble_data): Caller update.
include:
2017-05-24 Yao Qi <yao.qi@linaro.org>
* dis-asm.h (disassembler): Update declaration.
opcodes:
2017-05-24 Yao Qi <yao.qi@linaro.org>
* disassemble.c (disassembler): Add arguments a, big and mach.
Use them.
sim/common:
2017-05-24 Yao Qi <yao.qi@linaro.org>
* sim-trace.c (trace_disasm): Caller update.
More information about the Gdb-testers
mailing list