diff options
author | Warner Losh <imp@FreeBSD.org> | 2021-08-03 16:50:22 -0600 |
---|---|---|
committer | Warner Losh <imp@bsdimp.com> | 2021-09-07 08:26:52 -0600 |
commit | 381c42a186bd231693b4ef55ba5ebcc8eaaef1ba (patch) | |
tree | 839de14822b36b611b0b762f6065b4bb7b046498 /bsd-user/syscall.c | |
parent | a61c30b8c8c3c8619847cfaa289233cc696f5689 (diff) |
bsd-user: remove sparc and sparc64
These are broken here and in the bsd-user fork. They won't be fixed as
FreeBSD has dropped support for sparc. If people wish to support this in
other BSDs, you're better off starting over than starting from these
files.
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'bsd-user/syscall.c')
-rw-r--r-- | bsd-user/syscall.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c index 3f44311396..372836d44d 100644 --- a/bsd-user/syscall.c +++ b/bsd-user/syscall.c @@ -138,17 +138,6 @@ static abi_long do_freebsd_sysarch(CPUX86State *env, int op, abi_ulong parms) } #endif -#ifdef TARGET_SPARC -static abi_long do_freebsd_sysarch(void *env, int op, abi_ulong parms) -{ - /* XXX handle - * TARGET_FREEBSD_SPARC_UTRAP_INSTALL, - * TARGET_FREEBSD_SPARC_SIGTRAMP_INSTALL - */ - return -TARGET_EINVAL; -} -#endif - #ifdef __FreeBSD__ /* * XXX this uses the undocumented oidfmt interface to find the kind of |