Emphasize that we're generating 64-bit code. Drop the explicit rename from meson's cpu.
Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Pierrick Bouvier <[email protected]> Signed-off-by: Richard Henderson <[email protected]> --- tcg/{i386 => x86_64}/tcg-target-con-set.h | 0 tcg/{i386 => x86_64}/tcg-target-con-str.h | 0 tcg/{i386 => x86_64}/tcg-target-has.h | 0 tcg/{i386 => x86_64}/tcg-target-mo.h | 0 tcg/{i386 => x86_64}/tcg-target-reg-bits.h | 0 tcg/{i386 => x86_64}/tcg-target.h | 0 MAINTAINERS | 4 ++-- meson.build | 2 -- tcg/{i386 => x86_64}/tcg-target-opc.h.inc | 0 tcg/{i386 => x86_64}/tcg-target.c.inc | 0 10 files changed, 2 insertions(+), 4 deletions(-) rename tcg/{i386 => x86_64}/tcg-target-con-set.h (100%) rename tcg/{i386 => x86_64}/tcg-target-con-str.h (100%) rename tcg/{i386 => x86_64}/tcg-target-has.h (100%) rename tcg/{i386 => x86_64}/tcg-target-mo.h (100%) rename tcg/{i386 => x86_64}/tcg-target-reg-bits.h (100%) rename tcg/{i386 => x86_64}/tcg-target.h (100%) rename tcg/{i386 => x86_64}/tcg-target-opc.h.inc (100%) rename tcg/{i386 => x86_64}/tcg-target.c.inc (100%) diff --git a/tcg/i386/tcg-target-con-set.h b/tcg/x86_64/tcg-target-con-set.h similarity index 100% rename from tcg/i386/tcg-target-con-set.h rename to tcg/x86_64/tcg-target-con-set.h diff --git a/tcg/i386/tcg-target-con-str.h b/tcg/x86_64/tcg-target-con-str.h similarity index 100% rename from tcg/i386/tcg-target-con-str.h rename to tcg/x86_64/tcg-target-con-str.h diff --git a/tcg/i386/tcg-target-has.h b/tcg/x86_64/tcg-target-has.h similarity index 100% rename from tcg/i386/tcg-target-has.h rename to tcg/x86_64/tcg-target-has.h diff --git a/tcg/i386/tcg-target-mo.h b/tcg/x86_64/tcg-target-mo.h similarity index 100% rename from tcg/i386/tcg-target-mo.h rename to tcg/x86_64/tcg-target-mo.h diff --git a/tcg/i386/tcg-target-reg-bits.h b/tcg/x86_64/tcg-target-reg-bits.h similarity index 100% rename from tcg/i386/tcg-target-reg-bits.h rename to tcg/x86_64/tcg-target-reg-bits.h diff --git a/tcg/i386/tcg-target.h b/tcg/x86_64/tcg-target.h similarity index 100% rename from tcg/i386/tcg-target.h rename to tcg/x86_64/tcg-target.h diff --git a/MAINTAINERS b/MAINTAINERS index 1a6e5bbafe..c39a8f54e8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4057,10 +4057,10 @@ S: Maintained L: [email protected] F: tcg/aarch64/ -i386 TCG target +X86 TCG target M: Richard Henderson <[email protected]> S: Maintained -F: tcg/i386/ +F: tcg/x86_64/ LoongArch64 TCG target M: WANG Xuerui <[email protected]> diff --git a/meson.build b/meson.build index 7993e4cfb9..594e7d42c0 100644 --- a/meson.build +++ b/meson.build @@ -907,8 +907,6 @@ if have_tcg endif if get_option('tcg_interpreter') tcg_arch = 'tci' - elif host_arch == 'x86_64' - tcg_arch = 'i386' elif host_arch == 'ppc64' tcg_arch = 'ppc' endif diff --git a/tcg/i386/tcg-target-opc.h.inc b/tcg/x86_64/tcg-target-opc.h.inc similarity index 100% rename from tcg/i386/tcg-target-opc.h.inc rename to tcg/x86_64/tcg-target-opc.h.inc diff --git a/tcg/i386/tcg-target.c.inc b/tcg/x86_64/tcg-target.c.inc similarity index 100% rename from tcg/i386/tcg-target.c.inc rename to tcg/x86_64/tcg-target.c.inc -- 2.43.0
