Re: [yocto] [prelink-cross][PATCH] rtld: Add missing DT_NEEDED DSOs to needed_list

2017-06-21 Thread Mark Hatle
On 6/21/17 8:51 PM, Kyle Russell wrote: > Just wanted to follow-up on this so it doesn't get lost. Any chance this > could > be included in cross_prelink_staging? I just finished the sanity checking on it. It should be in staging in a few minutes. (There are a couple of x32 patches as well, ho

Re: [yocto] [prelink-cross][PATCH] rtld: Add missing DT_NEEDED DSOs to needed_list

2017-06-21 Thread Kyle Russell
Just wanted to follow-up on this so it doesn't get lost. Any chance this could be included in cross_prelink_staging? On Thu, Aug 25, 2016 at 1:03 PM, Mark Hatle wrote: > Thanks! I'll try to get this included soon. > > --Mark > > On 8/25/16 10:39 AM, Kyle Russell wrote: > > prelink-rtld may rep

Re: [yocto] [prelink-cross][PATCH] rtld: Add missing DT_NEEDED DSOs to needed_list

2016-08-25 Thread Mark Hatle
Thanks! I'll try to get this included soon. --Mark On 8/25/16 10:39 AM, Kyle Russell wrote: > prelink-rtld may report an "error while loading shared libraries" for > the wrong library. > > If some set of DT_NEEDED DSOs are not in the default search path, they > may have a dso_list entry added,

[yocto] [prelink-cross][PATCH] rtld: Add missing DT_NEEDED DSOs to needed_list

2016-08-25 Thread Kyle Russell
prelink-rtld may report an "error while loading shared libraries" for the wrong library. If some set of DT_NEEDED DSOs are not in the default search path, they may have a dso_list entry added, but no matching entry is added to the needed_list. This causes the linker to miscalculate the max number