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:34 +0100 |
commit | 63ac3520b4d277ffb0f379397a5415e930c20d1d (patch) | |
tree | 729c1626f0d36c138feec4921e6b5a28b1c9883a /meta/classes/grub-efi.bbclass | |
parent | 1bb1200a93c7e58e900f396ba718ccf84c7ecfa0 (diff) | |
download | poky-63ac3520b4d277ffb0f379397a5415e930c20d1d.tar.gz |
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.
(From OE-Core rev: fb72263eaa94e64ddeee457b5b1bc999f0e647da)
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