summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-06-24 14:18:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-25 18:01:22 +0100
commit7a8f9114bc16c211c202650b0db648b61d9362fb (patch)
tree673dfc7809c0c9b5d7d4a68f94e5db1c7ec1b3d6 /meta/recipes-core/udev
parent21ac977e2ace50759bb30a78afb07c038dcd9508 (diff)
downloadpoky-7a8f9114bc16c211c202650b0db648b61d9362fb.tar.gz
binutils: Apply the proper fix for PR 16428
It is fixed by commit 4199e3b8669d0a36448687850374fdc2ad7240b6 Author: Alan Modra <amodra@gmail.com> Date: Wed Jan 15 21:50:55 2014 +1030 non-PIC references to __ehdr_start in pie and shared Rather than hacking every backend to not discard dynamic relocations against an undefined hidden __ehdr_start, make it appear to be defined early. We want __ehdr_start hidden before size_dynamic_sections so that it isn't put in .dynsym, but we do need the dynamic relocations for a PIE or shared library with a non-PIC reference. Defining it early is wrong if we don't actually define the symbol later to its proper value. (In some cases we want to leave the symbol undefined, for example, when the ELF header isn't loaded, and we don't have this infomation available in before_allocation.) So replace the existing patches with this one. (From OE-Core rev: e48b93a495205f812d71967548943ab80df79092) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/udev')
0 files changed, 0 insertions, 0 deletions