From: DJ Delorie Date: Tue, 24 Nov 1998 04:25:41 +0000 (+0000) Subject: * coff-i386.c (bfd_pe_dll_not_recognized_hack): the linker wants X-Git-Tag: gdb-4_18~724 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11dddceff52cfa677af53ea32edc9c24fa467b80;p=external%2Fbinutils.git * coff-i386.c (bfd_pe_dll_not_recognized_hack): the linker wants to see .DLL files as unrecognized. (i3coff_object_p): Sorry, had to hack it to not recognize these files (pei-i386) on request. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d6627d8..d2d21a9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ 1998-11-23 DJ Delorie + * coff-i386.c (bfd_pe_dll_not_recognized_hack): the linker wants + to see .DLL files as unrecognized. + (i3coff_object_p): Sorry, had to hack it to not recognize these + files (pei-i386) on request. + +1998-11-23 DJ Delorie + * opncls.c (bfd_make_readable): need more cleanup for symbols and relents. Call bfd_check_format to reinitialize.