aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2006-04-05 15:40:40 +0000
committerAlan Modra <amodra@gmail.com>2006-04-05 15:40:40 +0000
commitdfcffada0bf3f6dfd1ba336fb1647694c55d4f22 (patch)
treedd7b0c7e3a2907df9cde0f098ebc3bd6fcb8babb /ld/NEWS
parentc0d5a53d5200405a36d98646d8d3387154a21bf9 (diff)
downloadfsf-binutils-gdb-dfcffada0bf3f6dfd1ba336fb1647694c55d4f22.zip
fsf-binutils-gdb-dfcffada0bf3f6dfd1ba336fb1647694c55d4f22.tar.gz
fsf-binutils-gdb-dfcffada0bf3f6dfd1ba336fb1647694c55d4f22.tar.bz2
* 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.
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS6
1 files changed, 4 insertions, 2 deletions
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.