From: Ian Lance Taylor Date: Tue, 14 Nov 1995 23:03:25 +0000 (+0000) Subject: * dlltool.c: Use FOPEN_* macros rather than "r" or "w". X-Git-Tag: gdb-4_18~10116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6922e654dbeb9e199e5a89a4be570236af269fb0;p=thirdparty%2Fbinutils-gdb.git * dlltool.c: Use FOPEN_* macros rather than "r" or "w". --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 025cf41286d..289df4c0591 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,7 @@ Tue Nov 14 17:19:11 1995 Ian Lance Taylor + * dlltool.c: Use FOPEN_* macros rather than "r" or "w". + * dlltool.c (fill_ordinals): Correct memset call. Sun Nov 12 12:56:05 1995 Stan Shebs