aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>1998-11-23 19:47:31 +0000
committerDJ Delorie <dj@redhat.com>1998-11-23 19:47:31 +0000
commit3feaa5aff84763f8798d6fca9a4b5d15c5c6ecf1 (patch)
tree5c95e44863c1983b1180b25eb666f3509889a091 /ld/ChangeLog
parentb7de6a0df6d47c84d2152e48d0871366b6df9642 (diff)
downloadgdb-3feaa5aff84763f8798d6fca9a4b5d15c5c6ecf1.zip
gdb-3feaa5aff84763f8798d6fca9a4b5d15c5c6ecf1.tar.gz
gdb-3feaa5aff84763f8798d6fca9a4b5d15c5c6ecf1.tar.bz2
* 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.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog13
1 files changed, 13 insertions, 0 deletions
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 <dj@cygnus.com>
+
+ * 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 <nickc@cygnus.com>
* ldmisc.c (vfinfo): Cope with empty symbol names.