On 2/1/25 19:05, Richard Henderson wrote:
These defines are not required outside of tcg/tcg.c,
which includes tcg-target.c.inc before use.
Reduces the exported symbol set of tcg-target.h.

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
  tcg/aarch64/tcg-target.h         | 13 -------------
  tcg/arm/tcg-target.h             |  8 --------
  tcg/i386/tcg-target.h            | 20 --------------------
  tcg/loongarch64/tcg-target.h     |  9 ---------
  tcg/mips/tcg-target.h            | 14 --------------
  tcg/riscv/tcg-target.h           |  9 ---------
  tcg/s390x/tcg-target.h           |  8 --------
  tcg/sparc64/tcg-target.h         | 11 -----------
  tcg/tci/tcg-target.h             | 14 --------------
  tcg/aarch64/tcg-target.c.inc     | 13 +++++++++++++
  tcg/arm/tcg-target.c.inc         |  8 ++++++++
  tcg/i386/tcg-target.c.inc        | 20 ++++++++++++++++++++
  tcg/loongarch64/tcg-target.c.inc |  9 +++++++++
  tcg/mips/tcg-target.c.inc        | 14 ++++++++++++++
  tcg/riscv/tcg-target.c.inc       |  9 +++++++++
  tcg/s390x/tcg-target.c.inc       |  8 ++++++++
  tcg/sparc64/tcg-target.c.inc     | 10 ++++++++++
  tcg/tci/tcg-target.c.inc         | 14 ++++++++++++++
  18 files changed, 105 insertions(+), 106 deletions(-)

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


Reply via email to