8sa1-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
arm
avr
bfin
bpf
common sim: rename BUILD_LDFLAGS to LDFLAGS_FOR_BUILD 2021-03-13 11:21:13 -05:00
cr16
cris
d10v
erc32
frv
ft32
h8300
igen sim: rename BUILD_LDFLAGS to LDFLAGS_FOR_BUILD 2021-03-13 11:21:13 -05:00
iq2000
lm32
m4
m32c
m32r
m68hc11
mcore
microblaze Fix microblaze sim build error 2021-04-01 15:53:11 +02:00
mips
mn10300
moxie
msp430
or1k
ppc sim: rename BUILD_LDFLAGS to LDFLAGS_FOR_BUILD 2021-03-13 11:21:13 -05:00
pru
riscv
rl78
rx
sh
testsuite
v850
.gitignore
aclocal.m4
ChangeLog
configure
configure.ac
MAINTAINERS
Makefile.am
Makefile.in
README-HACKING