tcg/arm: Drop support for armv4 and armv5 hosts
commit01dfc0ed7f2c5f8dbab65f31228a2888c7b85a07
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 3 Jan 2022 01:42:07 +0000 (2 17:42 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 8 Feb 2022 21:55:02 +0000 (9 08:55 +1100)
tree6c0f0f547b603aeef87f5c0481817fc0ab2fac4f
parent6f78c7b0828660f6733528dab7bedf027d4958f6
tcg/arm: Drop support for armv4 and armv5 hosts

Support for unaligned accesses is difficult for pre-v6 hosts.
While debian still builds for armv4, we cannot use a compile
time test, so test the architecture at runtime and error out.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/arm/tcg-target.c.inc