On 5/11/26 08:53, Philippe Mathieu-Daudé wrote:
We removed support for MIPS host. Remove the now unreachable
TCG host code.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
MAINTAINERS | 9 -
include/user/thunk.h | 2 +-
linux-user/include/host/mips64/host-signal.h | 75 -
tcg/mips64/tcg-target-con-set.h | 30 -
tcg/mips64/tcg-target-con-str.h | 20 -
tcg/mips64/tcg-target-has.h | 69 -
tcg/mips64/tcg-target-mo.h | 13 -
tcg/mips64/tcg-target.h | 75 -
tcg/mips64/tcg-target-opc.h.inc | 1 -
linux-user/mmap.c | 2 +-
tcg/mips64/tcg-target.c.inc | 2605 ------------------
11 files changed, 2 insertions(+), 2899 deletions(-)
delete mode 100644 linux-user/include/host/mips64/host-signal.h
delete mode 100644 tcg/mips64/tcg-target-con-set.h
delete mode 100644 tcg/mips64/tcg-target-con-str.h
delete mode 100644 tcg/mips64/tcg-target-has.h
delete mode 100644 tcg/mips64/tcg-target-mo.h
delete mode 100644 tcg/mips64/tcg-target.h
delete mode 100644 tcg/mips64/tcg-target-opc.h.inc
delete mode 100644 tcg/mips64/tcg-target.c.inc
Missed ./common-user/host/mips64.
Otherwise,
Reviewed-by: Richard Henderson <[email protected]>
r~