* coff-i386.c (bfd_pe_dll_not_recognized_hack): the linker wants
authorDJ Delorie <dj@redhat.com>
Tue, 24 Nov 1998 04:25:41 +0000 (04:25 +0000)
committerDJ Delorie <dj@redhat.com>
Tue, 24 Nov 1998 04:25:41 +0000 (04:25 +0000)
to see .DLL files as unrecognized.
(i3coff_object_p): Sorry, had to hack it to not recognize these
files (pei-i386) on request.

bfd/ChangeLog

index d6627d8..d2d21a9 100644 (file)
@@ -1,5 +1,12 @@
 1998-11-23  DJ Delorie  <dj@cygnus.com>
 
+       * 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  <dj@cygnus.com>
+
        * opncls.c (bfd_make_readable): need more cleanup for symbols and
        relents.  Call bfd_check_format to reinitialize.