]> git.proxmox.com Git - mirror_qemu.git/commit - include/elf.h
linux-user: ARM-FDPIC: Identify ARM FDPIC binaries
authorChristophe Lyon <christophe.lyon@st.com>
Mon, 30 Apr 2018 08:03:42 +0000 (10:03 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 3 May 2018 16:25:29 +0000 (18:25 +0200)
commitcf58affecc67e1b22bdbd3dc90e19ad2d4b1ce3d
tree1488cc7fdd82725dda410598bd1c2ea923ef57d8
parenta99856cd7f30b8c64cfaf97791dc5d462dabad6e
linux-user: ARM-FDPIC: Identify ARM FDPIC binaries

Define an ARM-specific version of elf_is_fdpic:
FDPIC ELF objects are identified with e_ident[EI_OSABI] ==
ELFOSABI_ARM_FDPIC.

Co-Authored-By: Mickaël Guêné <mickael.guene@st.com>
Signed-off-by: Christophe Lyon <christophe.lyon@st.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20180430080404.7323-3-christophe.lyon@st.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
include/elf.h
linux-user/elfload.c