target/mips: Add semihosting stub
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 18 Jul 2024 09:45:18 +0000 (10:45 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 22 Jul 2024 08:38:06 +0000 (09:38 +0100)
commitfca2ffcb0b1292ef5dc29e2d1a33e30de9876da0
tree89843f7f15ce8e63c6369c817cc8cac8f318897f
parentbf9ab9d1317e9e27e27d63e94c2e13db2319e2c2
target/mips: Add semihosting stub

Since the SEMIHOSTING feature is optional, we need
a stub to link when it is disabled.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20240717105723.58965-4-philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240718094523.1198645-11-alex.bennee@linaro.org>
target/mips/tcg/sysemu/meson.build
target/mips/tcg/sysemu/semihosting-stub.c [new file with mode: 0644]