From dfcffada0bf3f6dfd1ba336fb1647694c55d4f22 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 5 Apr 2006 15:40:40 +0000 Subject: * Makefile.am (GENSCRIPTS): Pass prefix. * Makefile.in: Regenerate. * genscripts.sh: Adjust for extra parameter. * emultempl/elf32.em (parse_ld_so_conf): Return true iff file exists. (check_ld_so_conf): Use ${prefix}/etc/ld.so.conf if it exists. * NEWS: Update. --- ld/NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ld/NEWS') diff --git a/ld/NEWS b/ld/NEWS index 77659b6..27fb0ae 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -2,8 +2,10 @@ * Support for the Infineon XC16X has been added by KPIT Cummins Infosystems. -* Modify the Linux linker to seach /etc/ld.so.conf first before - checking default search directories for DT_NEEDED entries. +* Modify the Linux linker search order to better match ld.so search order. + Look for DT_NEEDED libraries in paths specified by ld.so.conf before + searching the default directories, rather than vice versa. + Use $prefix/etc/ld.so.conf if it exists, otherwise /etc/ld.so.conf. * PE-COFF: Forward exports from DLL's can now be specified in .def files passed directly to ld. -- cgit v1.1