linux-user: Add ELF_PLATFORM for arm
commit13ec4ec3e11c80bed9409c7046574d739d277ae3
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 12 Feb 2019 07:48:39 +0000 (11 23:48 -0800)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 7 Mar 2019 09:57:29 +0000 (7 10:57 +0100)
treee6315ab7d4e664e9fa2219cd64229993b8924fc0
parent24894f39c677a3fd28d0868010a0d50639d49095
linux-user: Add ELF_PLATFORM for arm

The 32-bit kernel has strings for v4, v5, v6, v7, v7m.
The 64-bit kernel, in compat mode, has strings for v8.

Fixes: https://bugs.launchpad.net/bugs/1813034
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20190212074840.13542-2-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/elfload.c