I've pushed a new set of changes to the prelink_cross branch.

The change most likely to affect YP users will be the arch-arm fix contributed
by Andrew Stubbs (Mentor). This resolves a problem where the prelinker would not
work on modern binutils due to a change in the BFD library. For more
information, see:

    https://sourceware.org/ml/binutils/2014-06/msg00228.html

Also contributions from Samsung have added support to allow the prelinker to
evaluate LD_PRELOAD libraries as well.  This can be useful if you have a system
where you may need to preload libraries for various purposes.  It ensures that a
slot is available for preloading w/o conflicting with the normal load process.


Below is a quick summary of the changes (Changelog.cross entries):

2015-09-11   Mark Hatle <[email protected]>
        * doc/prelink.8: Add --ld-preload docs
        * testsuite/Maekfile.am, testsuite/preload1*: Add test

2015-09-11   Vaneet Narang <[email protected]>
        * src/gather.c, src/get.c, src/main.c, src/prelink.h:
        Add ability to specify preloaded libraries that influence the
        prelinker.

2015-09-09   Akhilesh Kumar <[email protected]>
        * src/gather.c: Remove unnecessary dso NULL check

2015-09-09   Maninder Singh <[email protected]>
        * src/doit.c, src/gather.c, src/undoall.c: Fix realloc memory leak

2015-09-07  Andrew Stubbs  <[email protected]>
        * src/arch-arm.c (PL_ARCH(arm)): Set max_page_size to match
        the new BFD default.
-- 
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to