binutils-gdb/sim
Yao Qi 88240b186d [SIM, ARM] Fix build failure
This patch fixes the build failure by using disassembler to get
disassemble function pointer, and do the disassembly, because
print_insn_little_arm is no longer visible outside opcodes/

binutils-gdb/sim/arm/wrapper.c:98:10: error: implicit declaration of function 'print_insn_little_arm' [-Werror=implicit-function-declaration]
   size = print_insn_little_arm (0, & info);
          ^

sim/arm:

2017-09-21  Yao Qi  <yao.qi@linaro.org>

	* wrapper.c (print_insn): Use disassembler instead of
	print_insn_little_arm.
2017-09-21 09:02:25 +01:00
..
aarch64 Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
arm [SIM, ARM] Fix build failure 2017-09-21 09:02:25 +01:00
avr Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
bfin Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
common Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
cr16 Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
cris Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
d10v Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
erc32 Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
frv Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
ft32 Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
h8300 Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
igen update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
iq2000 Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
lm32 Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
m32c Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
m32r Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
m68hc11 Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
mcore Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
microblaze Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
mips Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
mn10300 Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
moxie Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
msp430 Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
ppc Define an error function in the PPC simulator library. 2017-09-04 19:56:00 -07:00
rl78 Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
rx Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
sh Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
sh64 Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
testsuite Fix ldn/stn multiple instructions. Fix testcases with unaligned data. 2017-04-22 16:36:01 -07:00
v850 Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
.gitignore sim: drop common/cconfig.h in favor of a single config.h 2016-01-09 03:52:30 -05:00
ChangeLog Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
MAINTAINERS Add self to aarch64 maintainers. Fix mla instruction. 2017-02-14 15:23:12 -08:00
Makefile.in update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
README-HACKING sim: punt WITH_DEVICES & tconfig.h support 2015-12-26 20:38:31 -05:00
configure Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
configure.ac Honor an existing CC_FOR_BUILD in the environment for sim. 2017-09-06 10:16:12 -07:00
configure.tgt sim: stop configuring common subdir 2016-01-09 03:52:30 -05:00