* 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.
This commit is contained in:
DJ Delorie
2000-07-17 18:59:58 +00:00
parent 874c8c99db
commit 0ad8cf4c25
2 changed files with 31 additions and 7 deletions

View File

@ -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