tcg: Rename tcg-target.opc.h to tcg-target-opc.h.inc
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Dec 2024 06:06:54 +0000 (22:06 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 17 Jan 2025 04:57:16 +0000 (20:57 -0800)
commit76da0a9c83e65634cb24502e642a194177a24853
tree5431ca5cec1b5e512c1b4b08b438f06647f19c0d
parenta417ef835058995d09a9d2e58c04c4bf640563e3
tcg: Rename tcg-target.opc.h to tcg-target-opc.h.inc

In addition, add empty files for mips, sparc64 and tci.
Make the include unconditional within tcg-opc.h.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
18 files changed:
include/tcg/tcg-opc.h
tcg/aarch64/tcg-target-opc.h.inc [new file with mode: 0644]
tcg/aarch64/tcg-target.opc.h [deleted file]
tcg/arm/tcg-target-opc.h.inc [new file with mode: 0644]
tcg/arm/tcg-target.opc.h [deleted file]
tcg/i386/tcg-target-opc.h.inc [new file with mode: 0644]
tcg/i386/tcg-target.opc.h [deleted file]
tcg/loongarch64/tcg-target-opc.h.inc [new file with mode: 0644]
tcg/loongarch64/tcg-target.opc.h [deleted file]
tcg/mips/tcg-target-opc.h.inc [new file with mode: 0644]
tcg/ppc/tcg-target-opc.h.inc [new file with mode: 0644]
tcg/ppc/tcg-target.opc.h [deleted file]
tcg/riscv/tcg-target-opc.h.inc [new file with mode: 0644]
tcg/riscv/tcg-target.opc.h [deleted file]
tcg/s390x/tcg-target-opc.h.inc [new file with mode: 0644]
tcg/s390x/tcg-target.opc.h [deleted file]
tcg/sparc64/tcg-target-opc.h.inc [new file with mode: 0644]
tcg/tci/tcg-target-opc.h.inc [new file with mode: 0644]