]> code.ossystems Code Review - openembedded-core.git/commit
glibc: add more Imagination Meta relocation to elf.h
authorRoss Burton <ross.burton@intel.com>
Mon, 11 Jul 2016 21:03:38 +0000 (22:03 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Jul 2016 22:10:02 +0000 (23:10 +0100)
commit61f73ae289bf8dfe72d5f4beaac966fb4ac8dc90
tree3e06e071723ed38fea10d464033b2b150049322c
parent78ab1e7cdedc6a73395af5d053b49cf081416732
glibc: add more Imagination Meta relocation to elf.h

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 users of recordmcount
so patch elf.h to add the values.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/glibc/glibc/elf-meta.patch [new file with mode: 0644]
meta/recipes-core/glibc/glibc_2.24.bb