OSDN Git Service

tcg/s390x: Rename from tcg/s390
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 14 Sep 2020 22:15:31 +0000 (15:15 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 5 Oct 2021 23:53:17 +0000 (16:53 -0700)
This emphasizes that we don't support s390, only 64-bit s390x hosts.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
meson.build
tcg/s390x/tcg-target-con-set.h [moved from tcg/s390/tcg-target-con-set.h with 100% similarity]
tcg/s390x/tcg-target-con-str.h [moved from tcg/s390/tcg-target-con-str.h with 100% similarity]
tcg/s390x/tcg-target.c.inc [moved from tcg/s390/tcg-target.c.inc with 100% similarity]
tcg/s390x/tcg-target.h [moved from tcg/s390/tcg-target.h with 100% similarity]

index 7b596fd..99a0a3e 100644 (file)
@@ -268,8 +268,6 @@ if not get_option('tcg').disabled()
     tcg_arch = 'tci'
   elif config_host['ARCH'] == 'sparc64'
     tcg_arch = 'sparc'
-  elif config_host['ARCH'] == 's390x'
-    tcg_arch = 's390'
   elif config_host['ARCH'] in ['x86_64', 'x32']
     tcg_arch = 'i386'
   elif config_host['ARCH'] == 'ppc64'
similarity index 100%
rename from tcg/s390/tcg-target.h
rename to tcg/s390x/tcg-target.h