Re: [Qemu-devel] [ARM/FDPIC v2 1/4] Remove CONFIG_USE_FDPIC.

2018-04-23 Thread Peter Maydell
On 23 April 2018 at 08:51, Christophe Lyon wrote: > 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

[Qemu-devel] [ARM/FDPIC v2 1/4] Remove CONFIG_USE_FDPIC.

2018-04-23 Thread Christophe Lyon
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