On 2/1/25 19:05, Richard Henderson wrote:
In addition, add empty files for mips, sparc64 and tci.
Make the include unconditional within tcg-opc.h.

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
  include/tcg/tcg-opc.h                                      | 4 +---
  tcg/aarch64/{tcg-target.opc.h => tcg-target-opc.h.inc}     | 0
  tcg/arm/{tcg-target.opc.h => tcg-target-opc.h.inc}         | 0
  tcg/i386/{tcg-target.opc.h => tcg-target-opc.h.inc}        | 0
  tcg/loongarch64/{tcg-target.opc.h => tcg-target-opc.h.inc} | 0
  tcg/mips/tcg-target-opc.h.inc                              | 1 +
  tcg/ppc/{tcg-target.opc.h => tcg-target-opc.h.inc}         | 0
  tcg/riscv/{tcg-target.opc.h => tcg-target-opc.h.inc}       | 0
  tcg/s390x/{tcg-target.opc.h => tcg-target-opc.h.inc}       | 0
  tcg/sparc64/tcg-target-opc.h.inc                           | 1 +
  tcg/tci/tcg-target-opc.h.inc                               | 1 +
  11 files changed, 4 insertions(+), 3 deletions(-)
  rename tcg/aarch64/{tcg-target.opc.h => tcg-target-opc.h.inc} (100%)
  rename tcg/arm/{tcg-target.opc.h => tcg-target-opc.h.inc} (100%)
  rename tcg/i386/{tcg-target.opc.h => tcg-target-opc.h.inc} (100%)
  rename tcg/loongarch64/{tcg-target.opc.h => tcg-target-opc.h.inc} (100%)
  create mode 100644 tcg/mips/tcg-target-opc.h.inc
  rename tcg/ppc/{tcg-target.opc.h => tcg-target-opc.h.inc} (100%)
  rename tcg/riscv/{tcg-target.opc.h => tcg-target-opc.h.inc} (100%)
  rename tcg/s390x/{tcg-target.opc.h => tcg-target-opc.h.inc} (100%)
  create mode 100644 tcg/sparc64/tcg-target-opc.h.inc
  create mode 100644 tcg/tci/tcg-target-opc.h.inc

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


Reply via email to