On 8/7/21 11:41 AM, Warner Losh wrote:
From: Warner Losh<[email protected]>

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<[email protected]>
---
  bsd-user/main.c                        | 290 -------------------------
  bsd-user/sparc/target_arch_sysarch.h   |  52 -----
  bsd-user/sparc/target_syscall.h        |  36 ---
  bsd-user/sparc64/target_arch_sysarch.h |  52 -----
  bsd-user/sparc64/target_syscall.h      |  37 ----
  bsd-user/syscall.c                     |  11 -
  6 files changed, 478 deletions(-)
  delete mode 100644 bsd-user/sparc/target_arch_sysarch.h
  delete mode 100644 bsd-user/sparc/target_syscall.h
  delete mode 100644 bsd-user/sparc64/target_arch_sysarch.h
  delete mode 100644 bsd-user/sparc64/target_syscall.h


Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to