summaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2006-02-09 01:05:10 +0000
committerH.J. Lu <hjl@lucon.org>2006-02-09 01:05:10 +0000
commit0d9ec7219f711f699109f8d5bb299c2693944123 (patch)
tree4625ab9801a4ba7863a1f87609a4a41f6fb36753 /ld/NEWS
parent80f6f79cc2aa2a8e0ab665bf14cac13b7b67c408 (diff)
downloadbinutils-redhat-0d9ec7219f711f699109f8d5bb299c2693944123.tar.gz
2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
PR ld/2290 * NEWS: Updated for the Linux linker search order change. * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call gld${EMULATION_NAME}_check_ld_so_conf before checking default search directories for DT_NEEDED entries.
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index 23ccc9385d..7ec8921d99 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,8 @@
-*- text -*-
+* Modify the Linux linker to seach /etc/ld.so.conf first before
+ checking default search directories for DT_NEEDED entries.
+
* PE-COFF: Forward exports from DLL's can now be specified in .def files
passed directly to ld.