OSDN Git Service

target/mips: Drop pread and pwrite syscalls from semihosting
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 3 May 2022 05:52:19 +0000 (22:52 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 28 Jun 2022 04:45:12 +0000 (10:15 +0530)
commit6863e92d04c9ba23cbf7c0c1498e977c646e1faf
treeaefb3b29d796a2d02791be54a2203f2f9dc48c2b
parent7ba6e53a9ddf9b4ae04ad5fc658105440889cf17
target/mips: Drop pread and pwrite syscalls from semihosting

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

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