diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-24 21:16:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-24 21:16:47 +0000 |
commit | 85c774585e45889b3ce15d370b374fbadc878e54 (patch) | |
tree | 399b502fc85c631751e45a7766eb5a846de39e4d /ld/ChangeLog | |
parent | 9cc16c3a6bc44ffbf043930c8a1f54bb70700c20 (diff) | |
download | gdb-85c774585e45889b3ce15d370b374fbadc878e54.zip gdb-85c774585e45889b3ce15d370b374fbadc878e54.tar.gz gdb-85c774585e45889b3ce15d370b374fbadc878e54.tar.bz2 |
Fix thinko
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a9899f7..c94bbaa 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,9 +1,9 @@ -2001-09-24 Nick Clifton <nickc@cambridge.redhat.com> - - * pe-dll.c: Remove spurious prototype. - 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu> + * pe-dll.c: Remove obsoleted declaration of + pe_get_data_import_dll_name. + (pe_create_import_fixup): Fix thinko. + * ld.texinfo(enable-auto-import): Clarify the explanation. 2001-09-24 Nick Clifton <nickc@cambridge.redhat.com> |