]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* pe-dll.c (make_head): name object files sequentially to ensure
authorDJ Delorie <dj@redhat.com>
Tue, 24 Nov 1998 04:33:33 +0000 (04:33 +0000)
committerDJ Delorie <dj@redhat.com>
Tue, 24 Nov 1998 04:33:33 +0000 (04:33 +0000)
commitc59356d3b4bdebd4618508b6b4e6afcb86982855
tree0815471d31651258e4168886e02a0451bd7cdb37
parent11dddceff52cfa677af53ea32edc9c24fa467b80
* pe-dll.c (make_head): name object files sequentially to ensure
they link in the right order.
(make_tail): same here
(pe_process_import_defs): use sequential names for bfds to ensure
proper link order.
(pe_implied_import_dll): new function; handles linking directly
against DLLs by simulating IMPORTS directives.  * emultempl/pe.em
(gld_i386pe_before_parse): hack bfd to not recognize .dll files
via bfd_pe_dll_not_recognized_hack
ld/ChangeLog
ld/pe-dll.c