Le 15/12/2021 à 09:49, Thomas Huth a écrit :
It's likely broken, and nobody cared for picking it up again
during the deprecation phase, so let's remove this now.
Since this is the last entry in deprecated_targets_list, remove
the related code in the configure script, too.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
.gitlab-ci.d/buildtest.yml | 27 -----------------
configs/targets/ppc64abi32-linux-user.mak | 8 -----
configure | 29 +------------------
docs/about/deprecated.rst | 7 -----
docs/about/removed-features.rst | 8 +++++
docs/user/main.rst | 1 -
linux-user/elfload.c | 4 +--
linux-user/ppc/signal.c | 11 ++-----
linux-user/ppc/target_syscall.h | 4 +--
linux-user/syscall_defs.h | 6 ++--
.../dockerfiles/debian-ppc64el-cross.docker | 2 +-
tests/tcg/configure.sh | 2 +-
12 files changed, 21 insertions(+), 88 deletions(-)
delete mode 100644 configs/targets/ppc64abi32-linux-user.mak
Applied to my linux-user-for-7.0 branch.