]> Git Repo - qemu.git/commit
Remove CONFIG_USE_FDPIC.
authorChristophe Lyon <[email protected]>
Mon, 30 Apr 2018 08:03:41 +0000 (10:03 +0200)
committerLaurent Vivier <[email protected]>
Thu, 3 May 2018 16:25:29 +0000 (18:25 +0200)
commita99856cd7f30b8c64cfaf97791dc5d462dabad6e
treede72a1b32d34d62f5471713010fc2a98532b8771
parent59255887e6cafeff747250d2613003a41d1d9dff
Remove CONFIG_USE_FDPIC.

We want to avoid code disabled by default, because it ends up less
tested. This patch removes all instances of #ifdef CONFIG_USE_FDPIC,
most of which can be safely kept. For the ones that should be
conditionally executed, we define elf_is_fdpic(). Without this patch,
defining CONFIG_USE_FDPIC would prevent QEMU from building precisely
because elf_is_fdpic is not defined.

Signed-off-by: Christophe Lyon <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Message-Id: <20180430080404[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
linux-user/elfload.c
linux-user/qemu.h
This page took 0.024194 seconds and 4 git commands to generate.