Hello, This is v2 of: https://lists.gnu.org/archive/html/qemu-devel/2018-04/msg00783.html
Compared to v1, I have addressed Peter's comments: - patch #1 removes CONFIG_USE_FDPIC - patch #2 corresponds to the previous patch #1, and is now simpler without configure option - patch #3 corresponds to the previous patch #2, and uses TaskState instead of CPUARMState - patch #4 corresponds to the previous patch #3, and fixes guest pointer dereferencing Is this now OK? Thanks, Christophe Christophe Lyon (4): Remove CONFIG_USE_FDPIC. linux-user: ARM-FDPIC: Identify ARM FDPIC binaries linux-user: ARM-FDPIC: Add support of FDPIC for ARM. linux-user: ARM-FDPIC: Add support for signals for FDPIC targets include/elf.h | 1 + linux-user/elfload.c | 53 +++++++++++++++++++++++------- linux-user/main.c | 3 ++ linux-user/qemu.h | 10 ++++-- linux-user/signal.c | 91 +++++++++++++++++++++++++++++++++++++++++++--------- 5 files changed, 129 insertions(+), 29 deletions(-) -- 2.6.3