From 3feaa5aff84763f8798d6fca9a4b5d15c5c6ecf1 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 23 Nov 1998 19:47:31 +0000 Subject: * emultempl/pe.em (gld_i386pe_after_open): call pe_process_import_defs * pe-dll.c (pe_dll_generate_def_file): calculate BASE from pe_data, only print if actually set. Print version only if set. (save_relocs): save relocs for both input and output. (make_one): support internal/external different names. (pe_dll_generate_implib): support new make_one (pe_process_import_defs): new function; handles IMPORT directives in .def files. --- ld/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ld/ChangeLog') diff --git a/ld/ChangeLog b/ld/ChangeLog index d8389d3..e1fc6d6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,16 @@ +1998-11-23 DJ Delorie + + * emultempl/pe.em (gld_i386pe_after_open): call + pe_process_import_defs + * pe-dll.c (pe_dll_generate_def_file): calculate BASE from + pe_data, only print if actually set. Print version only if + set. + (save_relocs): save relocs for both input and output. + (make_one): support internal/external different names. + (pe_dll_generate_implib): support new make_one + (pe_process_import_defs): new function; handles IMPORT + directives in .def files. + Fri Nov 20 13:06:49 1998 Nick Clifton * ldmisc.c (vfinfo): Cope with empty symbol names. -- cgit v1.1