binutils-gdb/sim
Bernd Edlinger b75187cd94 sim: riscv: Fix build issue due to recent binutils commit
The commit c144f63833 removed INSN_CLASS_A and
added INSN_CLASS_ZAAMO and INSN_CLASS_ZALRSC instead,
which broke the build of the sim for riscv targets.

Fix that by using the new INSN_CLASS types.

Fixes: c144f63833 ("RISC-V: Support B, Zaamo and Zalrsc extensions.")

Approved-By: Tom Tromey <tom@tromey.com>
2024-05-09 17:04:14 +02:00
..
aarch64
arm
avr
bfin
bpf sim: bpf: remove support for ldinddw and ldabsdw instructions 2024-01-29 22:25:19 +01:00
common sim: Fix -Werror=shadow=local by changing mem to addr in sim_{read,write} 2024-01-22 14:22:30 +01:00
cr16
cris
d10v
erc32 sim/erc32: Rename EVENT_MAX -> MAX_EVENTS 2024-03-21 10:46:23 -06:00
example-synacor
frv sim: frv: fix -Wincompatible-function-pointer-types warnings [PR sim/29752] 2024-01-22 20:12:08 -05:00
ft32
h8300
igen
iq2000
lm32
m4 sim: sh: fix nested braces in struct init 2024-01-23 03:15:02 -05:00
m32c sim: Fix -Werror=shadow=local by changing mem to addr in sim_{read,write} 2024-01-22 14:22:30 +01:00
m32r
m68hc11
mcore
microblaze
mips
mn10300
moxie
msp430
or1k
ppc sim: no rule to make sim/ppc/Makefile.in 2024-02-24 11:52:10 +10:30
pru
riscv sim: riscv: Fix build issue due to recent binutils commit 2024-05-09 17:04:14 +02:00
rl78 sim: Fix -Werror=shadow=local by changing mem to addr in sim_{read,write} 2024-01-22 14:22:30 +01:00
rx sim: Fix -Werror=shadow=local by changing mem to addr in sim_{read,write} 2024-01-22 14:22:30 +01:00
sh sim: sh: fix nested braces in struct init 2024-01-23 03:15:02 -05:00
testsuite sim: riscv: Add support for compressed integer instructions 2024-02-13 11:04:04 +00:00
v850
.gitignore
aclocal.m4
ChangeLog-2021
config.h.in
configure sim: sh: fix nested braces in struct init 2024-01-23 03:15:02 -05:00
configure.ac
COPYING
gdbinit.in
MAINTAINERS
Makefile.am
Makefile.in sim: no rule to make sim/ppc/Makefile.in 2024-02-24 11:52:10 +10:30
README-HACKING