tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: security/polkit not working with evbarm-current
On Jun 29, 2016, at 9:32 AM, Edgar Fuß wrote:
>> Apparently this assembler doesn't optimize away the literal.
> Ah, I see. Strange.
>
> And what exactly is causing the original PAX problem, then?
> Is it the relocation of the
> .WORD .Lsomething
> that is failing?
>
>
Yes, that is asking the loader to modify a location in the read-only text segment.
So it is not really position-independent code - you can't share the code page if
it is mapped do different locations in various processes.
Home |
Main Index |
Thread Index |
Old Index