On 8/1/26 06:29, Richard Henderson wrote:
Emphasize that we're generating 64-bit code.
Drop the explicit rename from meson's cpu.
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%)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>