Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: crunch'd programs emit ELF "warnings" at runtime on Raspberry Pi 3



On Fri, Feb 08, 2019 at 01:09:17AM -0000, Christos Zoulas wrote:
> So there is no 0 and no 7 tags that we know. What does readelf -n say
> about this? Perhaps crunchgen does not do the right things with notes?

Objcopy deletes the PAX note by just zeroing it, which is wrong.
It should set the proper length so the loader can skip to the next note
properly.

Martin


Home | Main Index | Thread Index | Old Index