aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>1998-11-24 04:25:41 +0000
committerDJ Delorie <dj@redhat.com>1998-11-24 04:25:41 +0000
commit11dddceff52cfa677af53ea32edc9c24fa467b80 (patch)
treec81c25a422707ab64986b97fa01c94e1cd5654d9
parent6952c60277532f19a86abc8f8a3878dc80d6576f (diff)
downloadgdb-11dddceff52cfa677af53ea32edc9c24fa467b80.zip
gdb-11dddceff52cfa677af53ea32edc9c24fa467b80.tar.gz
gdb-11dddceff52cfa677af53ea32edc9c24fa467b80.tar.bz2
* 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.
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <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.