diff options
author | DJ Delorie <dj@redhat.com> | 2000-07-13 00:51:40 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-07-13 00:51:40 +0000 |
commit | 5b4cf3f497bc6294cb2c2743de649ffaeff3a6d0 (patch) | |
tree | f584e925aaf46918c032d0accd38a6db510d7539 /ld/ChangeLog | |
parent | 1a1404f11ef152b478c870d1231bc1990254597c (diff) | |
download | gdb-5b4cf3f497bc6294cb2c2743de649ffaeff3a6d0.zip gdb-5b4cf3f497bc6294cb2c2743de649ffaeff3a6d0.tar.gz gdb-5b4cf3f497bc6294cb2c2743de649ffaeff3a6d0.tar.bz2 |
* pe-dll.c (make_one): fix a typo in the __imp_ name decoration
for dll import libraries
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 8d3e757..a347f2c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2000-07-12 Charles Wilson <cwilson@ece.gatech.edu> + + * pe-dll.c (make_one): fix a typo in the __imp_ name decoration + for dll import libraries + 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com> * scripttempl/i386go32.sc: Support the g++ attribute init_priority in |