Re: [PATCH] backends: Add support for EM_PPC64 GNU_ATTRIBUTES.

2017-03-24 Thread Mark Wielaard
On Wed, 2017-02-15 at 14:39 +0100, Mark Wielaard wrote: > ppc64 and ppc64le ELF files can also contain a power specific > .gnu.attributes section. Add support for those and recognize the new > GNU_Power_ABI_FP Single-precision hard float value. I pushed this to master. It has been in the fedora el

[PATCH] backends: Add support for EM_PPC64 GNU_ATTRIBUTES.

2017-02-15 Thread Mark Wielaard
ppc64 and ppc64le ELF files can also contain a power specific .gnu.attributes section. Add support for those and recognize the new GNU_Power_ABI_FP Single-precision hard float value. Signed-off-by: Mark Wielaard --- backends/ChangeLog | 6 ++ backends/ppc64_init.c |