]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* emultempl/pe.em (gld_i386pe_after_open): call
authorDJ Delorie <dj@redhat.com>
Mon, 23 Nov 1998 19:47:31 +0000 (19:47 +0000)
committerDJ Delorie <dj@redhat.com>
Mon, 23 Nov 1998 19:47:31 +0000 (19:47 +0000)
commit3feaa5aff84763f8798d6fca9a4b5d15c5c6ecf1
tree5c95e44863c1983b1180b25eb666f3509889a091
parentb7de6a0df6d47c84d2152e48d0871366b6df9642
* 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
ld/emultempl/pe.em
ld/pe-dll.c