On 2/1/25 19:06, Richard Henderson wrote:
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
  accel/tcg/internal-target.h     |  1 +
  tcg/aarch64/tcg-target-mo.h     | 12 ++++++++++++
  tcg/aarch64/tcg-target.h        |  2 --
  tcg/arm/tcg-target-mo.h         | 13 +++++++++++++
  tcg/arm/tcg-target.h            |  2 --
  tcg/i386/tcg-target-mo.h        | 19 +++++++++++++++++++
  tcg/i386/tcg-target.h           | 11 -----------
  tcg/loongarch64/tcg-target-mo.h | 12 ++++++++++++
  tcg/loongarch64/tcg-target.h    |  2 --
  tcg/mips/tcg-target-mo.h        | 13 +++++++++++++
  tcg/mips/tcg-target.h           |  2 --
  tcg/ppc/tcg-target-mo.h         | 12 ++++++++++++
  tcg/ppc/tcg-target.h            |  2 --
  tcg/riscv/tcg-target-mo.h       | 12 ++++++++++++
  tcg/riscv/tcg-target.h          |  2 --
  tcg/s390x/tcg-target-mo.h       | 12 ++++++++++++
  tcg/s390x/tcg-target.h          |  2 --
  tcg/sparc64/tcg-target-mo.h     | 12 ++++++++++++
  tcg/sparc64/tcg-target.h        |  2 --
  tcg/tci/tcg-target-mo.h         | 17 +++++++++++++++++
  tcg/tci/tcg-target.h            |  5 -----
  tcg/tcg-op-ldst.c               |  1 +
  22 files changed, 136 insertions(+), 32 deletions(-)
  create mode 100644 tcg/aarch64/tcg-target-mo.h
  create mode 100644 tcg/arm/tcg-target-mo.h
  create mode 100644 tcg/i386/tcg-target-mo.h
  create mode 100644 tcg/loongarch64/tcg-target-mo.h
  create mode 100644 tcg/mips/tcg-target-mo.h
  create mode 100644 tcg/ppc/tcg-target-mo.h
  create mode 100644 tcg/riscv/tcg-target-mo.h
  create mode 100644 tcg/s390x/tcg-target-mo.h
  create mode 100644 tcg/sparc64/tcg-target-mo.h
  create mode 100644 tcg/tci/tcg-target-mo.h

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


Reply via email to