diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2024-12-24 22:06:54 -0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2025-01-16 20:57:16 -0800 |
commit | 76da0a9c83e65634cb24502e642a194177a24853 (patch) | |
tree | 5431ca5cec1b5e512c1b4b08b438f06647f19c0d /tcg/mips | |
parent | a417ef835058995d09a9d2e58c04c4bf640563e3 (diff) | |
download | qemu-76da0a9c83e65634cb24502e642a194177a24853.zip qemu-76da0a9c83e65634cb24502e642a194177a24853.tar.gz qemu-76da0a9c83e65634cb24502e642a194177a24853.tar.bz2 |
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>
Diffstat (limited to 'tcg/mips')
-rw-r--r-- | tcg/mips/tcg-target-opc.h.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/mips/tcg-target-opc.h.inc b/tcg/mips/tcg-target-opc.h.inc new file mode 100644 index 0000000..84e777b --- /dev/null +++ b/tcg/mips/tcg-target-opc.h.inc @@ -0,0 +1 @@ +/* No target specific opcodes. */ |