qemu/target/mips/tcg
Philippe Mathieu-Daudé ecdbcb0a94 target/mips: Move helper_cache() to tcg/sysemu/special_helper.c
Move helper_cache() to tcg/sysemu/special_helper.c.

The CACHE opcode is privileged and is not accessible in user
emulation. However we get a link failure when restricting the
symbol to sysemu. For now, add a stub helper to satisfy linking,
which abort if ever called.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210428170410.479308-25-f4bug@amsat.org>
2021-05-02 16:49:35 +02:00
..
sysemu target/mips: Move helper_cache() to tcg/sysemu/special_helper.c 2021-05-02 16:49:35 +02:00
user target/mips: Add simple user-mode mips_cpu_tlb_fill() 2021-05-02 16:49:35 +02:00
meson.build target/mips: Move sysemu TCG-specific code to tcg/sysemu/ subfolder 2021-05-02 16:49:35 +02:00
sysemu_helper.h.inc target/mips: Move helper_cache() to tcg/sysemu/special_helper.c 2021-05-02 16:49:35 +02:00
tcg-internal.h target/mips: Move Special opcodes to tcg/sysemu/special_helper.c 2021-05-02 16:49:35 +02:00