linux-user: Remove support for CRIS target
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 24 Jul 2024 11:47:57 +0000 (13:47 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 13 Sep 2024 18:10:50 +0000 (20:10 +0200)
commitbff4b02ca1f48f8bf77aa0992c551bbc9f8b9189
treefb4a7ae6f7ac072d1c50d199ffc58a021d2348c6
parent5fce444152a5e62852b9c2812cdd2f7e0434d59d
linux-user: Remove support for CRIS target

As per the deprecation notice in commit c7bbef4023:

  The CRIS architecture was pulled from Linux in 4.17 and
  the compiler is no longer packaged in any distro making
  it harder to run the `check-tcg` tests. Unless we can
  improve the testing situation there is a chance the code
  will bitrot without anyone noticing.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
Message-ID: <20240904143603.52934-5-philmd@linaro.org>
23 files changed:
.gitlab-ci.d/crossbuild-template.yml
configs/targets/cris-linux-user.mak [deleted file]
docs/user/main.rst
include/user/abitypes.h
linux-user/cris/cpu_loop.c [deleted file]
linux-user/cris/signal.c [deleted file]
linux-user/cris/sockbits.h [deleted file]
linux-user/cris/syscall_nr.h [deleted file]
linux-user/cris/target_cpu.h [deleted file]
linux-user/cris/target_elf.h [deleted file]
linux-user/cris/target_errno_defs.h [deleted file]
linux-user/cris/target_fcntl.h [deleted file]
linux-user/cris/target_mman.h [deleted file]
linux-user/cris/target_prctl.h [deleted file]
linux-user/cris/target_proc.h [deleted file]
linux-user/cris/target_resource.h [deleted file]
linux-user/cris/target_signal.h [deleted file]
linux-user/cris/target_structs.h [deleted file]
linux-user/cris/target_syscall.h [deleted file]
linux-user/cris/termbits.h [deleted file]
linux-user/elfload.c
linux-user/syscall.c
linux-user/syscall_defs.h