]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Drop link syscall from semihosting
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 28 Jun 2022 11:16:55 +0000 (16:46 +0530)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 12 Jul 2022 20:31:56 +0000 (22:31 +0200)
commit3d748e41c759c7d207806b136be7694cfe2b6d65
tree9ce1cf99ff89a5c7efecdcbfbbd4e90d4023306d
parentd53a3ed44605f7f070add30729e93bc7971ff6b1
target/mips: Drop link syscall from semihosting

We don't implement it with _WIN32 hosts, and the syscall
is missing from the gdb remote file i/o interface.
Since we can't implement it universally, drop it.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220628111701.677216-3-richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
target/mips/tcg/sysemu/mips-semi.c