Re: [yocto] [prelink-cross] [PATCH] x86_64: allow prelinking of PIE executables with COPY relocs

2018-10-12 Thread Mark Hatle
On 10/10/18 3:50 PM, Sergei Trofimovich wrote: > COPY relocs are fine to have in PIE executables (as opposed to > shared libraries). > > By enabling prelink on PIEs we achieve a few goals: > - prelink more PIE files on system: nicer for uniformity, > - avoid spurious warnings about shared

[yocto] [prelink-cross] [PATCH] x86_64: allow prelinking of PIE executables with COPY relocs

2018-10-10 Thread Sergei Trofimovich
COPY relocs are fine to have in PIE executables (as opposed to shared libraries). By enabling prelink on PIEs we achieve a few goals: - prelink more PIE files on system: nicer for uniformity, - avoid spurious warnings about shared libraries with COPY relocs It's usefult to prelink PIEs when