Re: [PATCH] Add ppc64le ELFv2 abi support to backends and elflint.

2014-07-10 Thread Mark Wielaard
On Fri, 2014-07-04 at 14:38 +0200, Mark Wielaard wrote: > The big endian vs little endian changes are already handled by detecting > the EI_DATA data encoding. And the function descriptors are already not > used when we see there is no .opd section. This change adds new checks > for st_other bits,

[PATCH] Add ppc64le ELFv2 abi support to backends and elflint.

2014-07-04 Thread Mark Wielaard
The big endian vs little endian changes are already handled by detecting the EI_DATA data encoding. And the function descriptors are already not used when we see there is no .opd section. This change adds new checks for st_other bits, new relocations and recognizes DT_PPC64_OPT. Signed-off-by: Men