Remove deprecated target tilegx
commit2cc1a90166b5baa7ae9d00baf7099254e1353485
authorThomas Huth <thuth@redhat.com>
Wed, 24 Feb 2021 18:39:52 +0000 (24 19:39 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 9 Mar 2021 10:26:32 +0000 (9 11:26 +0100)
treeadcf57b0ba701b4f94494bb405d3c22606e15763
parent235c15fac50026b32b43431bd37a61a9e03d42da
Remove deprecated target tilegx

TILE-Gx was only implemented in linux-user mode, but support for this CPU
was removed from the upstream Linux kernel in 2018, and it has also been
dropped from glibc, so there is no new Linux development taking place with
this architecture. For running the old binaries, users can simply use older
versions of QEMU.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20210224183952.80463-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
31 files changed:
.gitlab-ci.yml
configure
default-configs/targets/tilegx-linux-user.mak [deleted file]
docs/system/deprecated.rst
docs/system/removed-features.rst
include/elf.h
include/exec/poison.h
linux-user/elfload.c
linux-user/syscall_defs.h
linux-user/tilegx/cpu_loop.c [deleted file]
linux-user/tilegx/signal.c [deleted file]
linux-user/tilegx/sockbits.h [deleted file]
linux-user/tilegx/syscall_nr.h [deleted file]
linux-user/tilegx/target_cpu.h [deleted file]
linux-user/tilegx/target_elf.h [deleted file]
linux-user/tilegx/target_fcntl.h [deleted file]
linux-user/tilegx/target_signal.h [deleted file]
linux-user/tilegx/target_structs.h [deleted file]
linux-user/tilegx/target_syscall.h [deleted file]
linux-user/tilegx/termbits.h [deleted file]
target/meson.build
target/tilegx/cpu-param.h [deleted file]
target/tilegx/cpu.c [deleted file]
target/tilegx/cpu.h [deleted file]
target/tilegx/helper.c [deleted file]
target/tilegx/helper.h [deleted file]
target/tilegx/meson.build [deleted file]
target/tilegx/opcode_tilegx.h [deleted file]
target/tilegx/simd_helper.c [deleted file]
target/tilegx/spr_def_64.h [deleted file]
target/tilegx/translate.c [deleted file]