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/{ppc => ppc64}/tcg-target-con-set.h | 0 tcg/{ppc => ppc64}/tcg-target-con-str.h | 0 tcg/{ppc => ppc64}/tcg-target-has.h | 0 tcg/{ppc => ppc64}/tcg-target-mo.h | 0 tcg/{ppc => ppc64}/tcg-target-reg-bits.h | 0 tcg/{ppc => ppc64}/tcg-target.h | 0 MAINTAINERS | 2 +- meson.build | 2 -- tcg/{ppc => ppc64}/tcg-target-opc.h.inc | 0 tcg/{ppc => ppc64}/tcg-target.c.inc | 0 10 files changed, 1 insertion(+), 3 deletions(-) rename tcg/{ppc => ppc64}/tcg-target-con-set.h (100%) rename tcg/{ppc => ppc64}/tcg-target-con-str.h (100%) rename tcg/{ppc => ppc64}/tcg-target-has.h (100%) rename tcg/{ppc => ppc64}/tcg-target-mo.h (100%) rename tcg/{ppc => ppc64}/tcg-target-reg-bits.h (100%) rename tcg/{ppc => ppc64}/tcg-target.h (100%) rename tcg/{ppc => ppc64}/tcg-target-opc.h.inc (100%) rename tcg/{ppc => ppc64}/tcg-target.c.inc (100%) diff --git a/tcg/ppc/tcg-target-con-set.h b/tcg/ppc64/tcg-target-con-set.h similarity index 100% rename from tcg/ppc/tcg-target-con-set.h rename to tcg/ppc64/tcg-target-con-set.h diff --git a/tcg/ppc/tcg-target-con-str.h b/tcg/ppc64/tcg-target-con-str.h similarity index 100% rename from tcg/ppc/tcg-target-con-str.h rename to tcg/ppc64/tcg-target-con-str.h diff --git a/tcg/ppc/tcg-target-has.h b/tcg/ppc64/tcg-target-has.h similarity index 100% rename from tcg/ppc/tcg-target-has.h rename to tcg/ppc64/tcg-target-has.h diff --git a/tcg/ppc/tcg-target-mo.h b/tcg/ppc64/tcg-target-mo.h similarity index 100% rename from tcg/ppc/tcg-target-mo.h rename to tcg/ppc64/tcg-target-mo.h diff --git a/tcg/ppc/tcg-target-reg-bits.h b/tcg/ppc64/tcg-target-reg-bits.h similarity index 100% rename from tcg/ppc/tcg-target-reg-bits.h rename to tcg/ppc64/tcg-target-reg-bits.h diff --git a/tcg/ppc/tcg-target.h b/tcg/ppc64/tcg-target.h similarity index 100% rename from tcg/ppc/tcg-target.h rename to tcg/ppc64/tcg-target.h diff --git a/MAINTAINERS b/MAINTAINERS index c39a8f54e8..c58fa93fd5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4079,7 +4079,7 @@ F: tcg/mips/ PPC TCG target M: Richard Henderson <[email protected]> S: Odd Fixes -F: tcg/ppc/ +F: tcg/ppc64/ RISC-V TCG target M: Palmer Dabbelt <[email protected]> diff --git a/meson.build b/meson.build index 594e7d42c0..0647ca0c89 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 == 'ppc64' - tcg_arch = 'ppc' endif add_project_arguments('-iquote', meson.current_source_dir() / 'tcg' / tcg_arch, language: all_languages) diff --git a/tcg/ppc/tcg-target-opc.h.inc b/tcg/ppc64/tcg-target-opc.h.inc similarity index 100% rename from tcg/ppc/tcg-target-opc.h.inc rename to tcg/ppc64/tcg-target-opc.h.inc diff --git a/tcg/ppc/tcg-target.c.inc b/tcg/ppc64/tcg-target.c.inc similarity index 100% rename from tcg/ppc/tcg-target.c.inc rename to tcg/ppc64/tcg-target.c.inc -- 2.43.0
