binutils-gdb/sim
Martin Liska caaf412e98 Fix microblaze sim build error
I see the following error for --target=microblaze-elf:

../../../sim/microblaze/interp.c: In function 'sim_engine_run':
../../../sim/microblaze/interp.c:147:39: error: passing argument 2 of 'get_insn_microblaze' from incompatible pointer type [-Werror=incompatible-pointer-types]
  147 |       op = get_insn_microblaze (inst, &imm_unsigned, &insn_type,
      |                                       ^~~~~~~~~~~~~
      |                                       |
      |                                       int *
In file included from ../../bfd/bfd.h:45,
                 from ../../../sim/microblaze/interp.c:24:
../../../sim/microblaze/../../opcodes/microblaze-dis.h:34:57: note: expected '_Bool *' but argument is of type 'int *'
   34 | extern enum microblaze_instr get_insn_microblaze (long, bool *,
      |                                                         ^

sim/microblaze/ChangeLog:

	* interp.c (sim_engine_run): Use bool instead of int.
2021-04-01 15:53:11 +02:00
..
aarch64 sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
arm sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
avr sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
bfin sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
bpf sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
common sim: rename BUILD_LDFLAGS to LDFLAGS_FOR_BUILD 2021-03-13 11:21:13 -05:00
cr16 sim: introduce {COMPILE,LINK}_FOR_BUILD 2021-03-13 11:15:46 -05:00
cris sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
d10v sim: introduce {COMPILE,LINK}_FOR_BUILD 2021-03-13 11:15:46 -05:00
erc32 sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
frv sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
ft32 sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
h8300 sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
igen sim: rename BUILD_LDFLAGS to LDFLAGS_FOR_BUILD 2021-03-13 11:21:13 -05:00
iq2000 sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
lm32 sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
m4 sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
m32c sim: introduce {COMPILE,LINK}_FOR_BUILD 2021-03-13 11:15:46 -05:00
m32r sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
m68hc11 sim: introduce {COMPILE,LINK}_FOR_BUILD 2021-03-13 11:15:46 -05:00
mcore sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
microblaze Fix microblaze sim build error 2021-04-01 15:53:11 +02:00
mips sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
mn10300 sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
moxie sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
msp430 sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
or1k sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
ppc sim: rename BUILD_LDFLAGS to LDFLAGS_FOR_BUILD 2021-03-13 11:21:13 -05:00
pru sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
riscv sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
rl78 sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
rx sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
sh sim: introduce {COMPILE,LINK}_FOR_BUILD 2021-03-13 11:15:46 -05:00
testsuite sim: testsuite: merge into toplevel automake 2021-03-07 15:54:53 -05:00
v850 sim: set up build-time compiler settings 2021-02-28 03:14:59 -05:00
.gitignore
aclocal.m4 Enable maintainer mode for sim 2021-03-08 07:53:53 -07:00
ChangeLog Enable maintainer mode for sim 2021-03-08 07:53:53 -07:00
configure Enable maintainer mode for sim 2021-03-08 07:53:53 -07:00
configure.ac Enable maintainer mode for sim 2021-03-08 07:53:53 -07:00
MAINTAINERS sim: readd myself as a maintainer 2021-01-29 22:11:45 -05:00
Makefile.am sim: testsuite: merge into toplevel automake 2021-03-07 15:54:53 -05:00
Makefile.in Enable maintainer mode for sim 2021-03-08 07:53:53 -07:00
README-HACKING sim: delete unused SIM_EXTRA_LIBDEPS 2021-02-28 01:39:02 -05:00