> On Apr 11, 2016, at 7:29 AM, Martin Husemann <mar...@duskware.de> wrote:
> 
> On Mon, Apr 11, 2016 at 10:23:11AM -0400, Christos Zoulas wrote:
>> I still don't understand why the else part is needed.
> 
> I assumed it had never been tested on anything but amd64 (and your commit
> log and the comments only talked about defaulting amd64 to on).
> 
> But indeed, w/o aslr turned on for every process, it should have made no
> difference - sounds like a -pie toolchain issue on i386 (like wrong
> ld.elf_so, which would explain the error).

The install media don't include ld.elf_so so that's probably the problem there.
We would need crt0 support for static pie to do the rel/rela relocations 
intrinsic to those images.  

Reply via email to