diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-02-09 01:05:10 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-02-09 01:05:10 +0000 |
commit | c1446dbab7c44c23025d02d045c826ecb4c3de37 (patch) | |
tree | 92b51c03980840f741bd5d79a7bf53db60df9286 /ld/NEWS | |
parent | 0d47446427843e4f69a7ffbc0fe39341e3ff8f6a (diff) | |
download | gdb-c1446dbab7c44c23025d02d045c826ecb4c3de37.zip gdb-c1446dbab7c44c23025d02d045c826ecb4c3de37.tar.gz gdb-c1446dbab7c44c23025d02d045c826ecb4c3de37.tar.bz2 |
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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |