From b4e24250203a98b74025fbab6b7a4e86459e7cfe Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Thu, 12 Dec 1991 01:23:11 +0000 Subject: [PATCH] * cache.c: fopen with new macros is needed for DOS. * opncls.c, coff-rs6000.c: more fopens with macros. --- bfd/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fe64b187b2..5239d2c255 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,10 +1,10 @@ Wed Dec 11 16:39:45 1991 Steve Chamberlain (sac at rtl.cygnus.com) * makefile.dos, configdj.bat: New files from DJ - * cache.c: fopen with "b" is needed for DOS. + * cache.c: fopen with new macros is needed for DOS. * ieee.c: environ renamed to envi to stop an include file conflict. - * opncls.c: more fopens with "b" + * opncls.c, coff-rs6000.c: more fopens with macros. Tue Dec 10 04:07:24 1991 K. Richard Pixley (rich at rtl.cygnus.com)