OSDN Git Service

tcg/sparc64: Rename from tcg/sparc
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 17 Oct 2022 05:00:57 +0000 (08:00 +0300)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 31 Oct 2022 20:28:53 +0000 (07:28 +1100)
Emphasize that we only support full 64-bit code generation.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
MAINTAINERS
meson.build
tcg/sparc64/tcg-target-con-set.h [moved from tcg/sparc/tcg-target-con-set.h with 100% similarity]
tcg/sparc64/tcg-target-con-str.h [moved from tcg/sparc/tcg-target-con-str.h with 100% similarity]
tcg/sparc64/tcg-target.c.inc [moved from tcg/sparc/tcg-target.c.inc with 100% similarity]
tcg/sparc64/tcg-target.h [moved from tcg/sparc/tcg-target.h with 100% similarity]

index c41d8d6..62bbbba 100644 (file)
@@ -3370,7 +3370,7 @@ L: qemu-s390x@nongnu.org
 
 SPARC TCG target
 S: Odd Fixes
-F: tcg/sparc/
+F: tcg/sparc64/
 F: disas/sparc.c
 
 TCI TCG target
index 1c1afcc..d809d51 100644 (file)
@@ -49,7 +49,7 @@ qapi_trace_events = []
 bsd_oses = ['gnu/kfreebsd', 'freebsd', 'netbsd', 'openbsd', 'dragonfly', 'darwin']
 supported_oses = ['windows', 'freebsd', 'netbsd', 'openbsd', 'darwin', 'sunos', 'linux']
 supported_cpus = ['ppc', 'ppc64', 's390x', 'riscv', 'x86', 'x86_64',
-  'arm', 'aarch64', 'loongarch64', 'mips', 'mips64', 'sparc', 'sparc64']
+  'arm', 'aarch64', 'loongarch64', 'mips', 'mips64', 'sparc64']
 
 cpu = host_machine.cpu_family()
 
@@ -469,8 +469,6 @@ if get_option('tcg').allowed()
   endif
   if get_option('tcg_interpreter')
     tcg_arch = 'tci'
-  elif host_arch == 'sparc64'
-    tcg_arch = 'sparc'
   elif host_arch == 'x86_64'
     tcg_arch = 'i386'
   elif host_arch == 'ppc64'