diff options
author | DJ Delorie <dj@redhat.com> | 1998-11-17 03:18:06 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 1998-11-17 03:18:06 +0000 |
commit | d3ca9a538c9305de81734d296c5ddcca8e5fa3ed (patch) | |
tree | ba98ae83b0f44041a57758dcf0a426a3e66d18a9 /ld/ChangeLog | |
parent | 67c72211ac4c9251a34a81ae8f0a14b85257aea8 (diff) | |
download | gdb-d3ca9a538c9305de81734d296c5ddcca8e5fa3ed.zip gdb-d3ca9a538c9305de81734d296c5ddcca8e5fa3ed.tar.gz gdb-d3ca9a538c9305de81734d296c5ddcca8e5fa3ed.tar.bz2 |
* emultempl/pe.em (gld_i386_finish): generate import library
* deffile.h: add hint member.
* pe-dll.c (pe_dll_generate_implib): New function with helpers;
generates the import library directly from the export table.
(fill_edata): remember the actual hint for the import library.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d1ce60a..52e1866 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +Mon Nov 16 22:14:07 1998 DJ Delorie <dj@cygnus.com> + + * emultempl/pe.em (gld_i386_finish): generate import library + * deffile.h: add hint member. + * pe-dll.c (pe_dll_generate_implib): New function with helpers; + generates the import library directly from the export table. + (fill_edata): remember the actual hint for the import library. + Sat Nov 14 14:36:24 1998 Ian Lance Taylor <ian@cygnus.com> * ld.1: Some cleanups from NOKUBI Hirotaka <hnokubi@yyy.or.jp>. |