diff options
author | Alan Modra <amodra@gmail.com> | 2006-04-05 15:40:40 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-04-05 15:40:40 +0000 |
commit | dfcffada0bf3f6dfd1ba336fb1647694c55d4f22 (patch) | |
tree | dd7b0c7e3a2907df9cde0f098ebc3bd6fcb8babb /ld/NEWS | |
parent | c0d5a53d5200405a36d98646d8d3387154a21bf9 (diff) | |
download | gdb-dfcffada0bf3f6dfd1ba336fb1647694c55d4f22.zip gdb-dfcffada0bf3f6dfd1ba336fb1647694c55d4f22.tar.gz 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/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |