Le 20/12/2021 à 17:01, Laurent Vivier a écrit :
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 <th...@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.

I've removed the patch from my series as Alex has added it to his testing/next 
branch.
As it modifies the gitlab CI and the dockerfiles, I think it better fits in his 
branch.

Thanks,
Laurent

Reply via email to