diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2016-08-19 20:44:54 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-23 17:44:05 +0100 |
commit | fb72263eaa94e64ddeee457b5b1bc999f0e647da (patch) | |
tree | 0552e9029ac2107b2f40005416a328f15fb6f8da /meta/classes/grub-efi.bbclass | |
parent | b2a4e07390834fa41fe35d1124ac2a0cd6692524 (diff) | |
download | openembedded-core-fb72263eaa94e64ddeee457b5b1bc999f0e647da.tar.gz openembedded-core-fb72263eaa94e64ddeee457b5b1bc999f0e647da.tar.bz2 openembedded-core-fb72263eaa94e64ddeee457b5b1bc999f0e647da.zip |
glibc: Fix scope resolution in glibc to be breadth first.
The ELF specification indicates symbol resolution should be breadth first, not
depth first.
The dl-deps.c: dl_build_locale_scope function is processing in a depth first
mode. This is causes certain symbols to be incorrectly reported when
LD_TRACE_PRELINKING=1 is enabled.
See glibc BZ #20488 for more information.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/grub-efi.bbclass')
0 files changed, 0 insertions, 0 deletions