aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2000-07-17 18:59:58 +0000
committerDJ Delorie <dj@redhat.com>2000-07-17 18:59:58 +0000
commit0ad8cf4c25a62008c63dc37481fc6ef2d94d9218 (patch)
treea7d51b6edf5ef18c9e857c00128e35f6cfedd7ba /ld/ChangeLog
parent874c8c99dbd3b8cd791daf88b8befd858f07587a (diff)
downloadbinutils-0ad8cf4c25a62008c63dc37481fc6ef2d94d9218.zip
binutils-0ad8cf4c25a62008c63dc37481fc6ef2d94d9218.tar.gz
binutils-0ad8cf4c25a62008c63dc37481fc6ef2d94d9218.tar.bz2
* src/ld/emultempl/pe.em (gld_*_open_dynamic_archive): New search
order for dynamic library '-lfoo' on pei386: libfoo.dll.a, foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility errors introduced by the old dynamic lib search order.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 24529c3..d25865b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
+
+ * src/ld/emultempl/pe.em (gld_*_open_dynamic_archive): New search
+ order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
+ foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
+ errors introduced by the old dynamic lib search order.
+
2000-07-17 DJ Delorie <dj@cygnus.com>
* pe-dll.c (process_def_file): auto-export data items also