Re: Use -z notext -z norelro for armv7 efiboot

2018-06-22 Thread Philip Guenther
On Fri, Jun 22, 2018 at 3:04 AM Mark Kettenis wrote: > Creating relocations inside .text is inherent to the way we wrap an > ELF shared object inside a PE executable. But without -z notext > lld(1) complains about this. Also pass -z norelro to suppress the > creation of a separate rodata

Use -z notext -z norelro for armv7 efiboot

2018-06-22 Thread Mark Kettenis
Creating relocations inside .text is inherent to the way we wrap an ELF shared object inside a PE executable. But without -z notext lld(1) complains about this. Also pass -z norelro to suppress the creation of a separate rodata segment that makes lld(1) complain about relocations against a