aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2000-07-07 20:09:28 +0000
committerDJ Delorie <dj@redhat.com>2000-07-07 20:09:28 +0000
commit602e90d3d506e5953083dc049b8082f58b880089 (patch)
tree7b21992bca59378293eac53cb9e93ff764f88fb1 /ld/ChangeLog
parent5f577f7d708da8fa779d62497c877dd6da112c73 (diff)
downloadgdb-602e90d3d506e5953083dc049b8082f58b880089.zip
gdb-602e90d3d506e5953083dc049b8082f58b880089.tar.gz
gdb-602e90d3d506e5953083dc049b8082f58b880089.tar.bz2
* ld/emultempl/pe.em: institute the following search order for
dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import libs), libfoo.dll, foo.dll (link direct to dll). Fall back to static lib (libfoo.a) if none of the above are found.
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 d94af08..a477599 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jul 05 03:18:00 2000 Charles Wilson <cwilson@ece.gatech.edu>
+
+ * ld/emultempl/pe.em: institute the following search order for
+ dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
+ libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
+ static lib (libfoo.a) if none of the above are found.
+
2000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
* ld/emultempl/pe.em (pe_enable_auto_image_base): New variable.