qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 14/81] tcg: Remove TCG_TARGET_NEED_LDST_LABELS and TCG_TAR


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 14/81] tcg: Remove TCG_TARGET_NEED_LDST_LABELS and TCG_TARGET_NEED_POOL_LABELS
Date: Wed, 15 Jan 2025 20:57:39 +0100
User-agent: Mozilla Thunderbird

On 7/1/25 09:00, Richard Henderson wrote:
Make these features unconditional, as they're used by most
tcg backends anyway.  Merge tcg-ldst.c.inc and tcg-pool.c.inc
into tcg.c and mark some of the functions unused, so that
when the features are not used we won't get Werrors.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/tcg/tcg.h                |   4 -
  tcg/aarch64/tcg-target.h         |   2 -
  tcg/arm/tcg-target.h             |   2 -
  tcg/i386/tcg-target.h            |   2 -
  tcg/loongarch64/tcg-target.h     |   2 -
  tcg/mips/tcg-target.h            |   2 -
  tcg/ppc/tcg-target.h             |   2 -
  tcg/riscv/tcg-target.h           |   3 -
  tcg/s390x/tcg-target.h           |   2 -
  tcg/sparc64/tcg-target.h         |   2 -
  tcg/tcg.c                        | 211 +++++++++++++++++++++++++++++--
  tcg/aarch64/tcg-target.c.inc     |   2 -
  tcg/arm/tcg-target.c.inc         |   2 -
  tcg/i386/tcg-target.c.inc        |   3 -
  tcg/loongarch64/tcg-target.c.inc |   9 +-
  tcg/mips/tcg-target.c.inc        |   3 -
  tcg/ppc/tcg-target.c.inc         |   2 -
  tcg/riscv/tcg-target.c.inc       |   3 -
  tcg/s390x/tcg-target.c.inc       |   2 -
  tcg/sparc64/tcg-target.c.inc     |   3 -
  tcg/tcg-ldst.c.inc               |  65 ----------
  tcg/tcg-pool.c.inc               | 162 ------------------------
  tcg/tci/tcg-target.c.inc         |  12 +-
  23 files changed, 216 insertions(+), 286 deletions(-)
  delete mode 100644 tcg/tcg-ldst.c.inc
  delete mode 100644 tcg/tcg-pool.c.inc

Simpler to review using --color-moved=dimmed-zebra.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]