diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-24 15:03:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-24 15:03:01 +0000 |
commit | 72358f656865476617bb9ee497d08b32a48c95c8 (patch) | |
tree | a438c5f20c6a24bc65c55e49090550d8956f7661 /ld/ChangeLog | |
parent | 89b57c9acc2dd358b76bdfe5a2b960a2fb17fc22 (diff) | |
download | binutils-72358f656865476617bb9ee497d08b32a48c95c8.zip binutils-72358f656865476617bb9ee497d08b32a48c95c8.tar.gz binutils-72358f656865476617bb9ee497d08b32a48c95c8.tar.bz2 |
Define and use pe_get_data_import_dll_name().
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 d857495..4fb6ae7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2001-09-24 Charles Wilson <cwilson@ece.gatech.edu> + + * emultempl/pe.em(pe_data_import_dll): Make static. + (pe_get_data_import_dll_name): New accessor function. + * pe-dll.c(pe_create_import_fixup): call + pe_get_data_import_dll_name() from pe.em, instead of + directly accessing pe_data_import_dll variable from pe.em. + 2001-09-18 Bruno Haible <haible@clisp.cons.org> * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>. |