qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 06/73] tcg: Move call abi parameters from tcg-target.h to tcg


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 06/73] tcg: Move call abi parameters from tcg-target.h to tcg-target.c.inc
Date: Mon, 6 Jan 2025 22:27:08 +0100
User-agent: Mozilla Thunderbird

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.henderson@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é <philmd@linaro.org>




reply via email to

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