Re: [OE-core] [PATCH] glibc: add more Imagination Meta relocation to elf.h

2016-07-12 Thread Burton, Ross
On 12 July 2016 at 02:24, Khem Raj wrote: > 1. Move them after BPF declarations. > Sure. > 2. Write a ChangeLog entry, something like > . Really?! :) Ross -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH] glibc: add more Imagination Meta relocation to elf.h

2016-07-11 Thread Khem Raj
On Mon, Jul 11, 2016 at 2:07 PM, Ross Burton wrote: > glibc master added the EM_METAG tag but didn't add the relocation defines. > However the kernel tooling only checks for EM_METAG when defining its own > values > so scripts/recordmcount ends up using R_META_* symbols

[OE-core] [PATCH] glibc: add more Imagination Meta relocation to elf.h

2016-07-11 Thread Ross Burton
glibc master added the EM_METAG tag but didn't add the relocation defines. However the kernel tooling only checks for EM_METAG when defining its own values so scripts/recordmcount ends up using R_META_* symbols without their definition. Whilst the kernel can and should be fixed, this breaks all