From: Nick Clifton Date: Wed, 22 Jan 2003 10:10:25 +0000 (+0000) Subject: Include fopen-bin.h not fopen-same.h for mingw32 hosts. X-Git-Tag: binutils-2_14-branchpoint~1118 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=177a493c21130fd29c06874ee4b768e2eaa7a03c;p=external%2Fbinutils.git Include fopen-bin.h not fopen-same.h for mingw32 hosts. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index bbcb3bb..80db1d4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2003-01-22 Nick Clifton + + * as.h: Include fopen-bin.h not fopen-same.h for mingw32 hosts. + 2003-01-21 Fabio Alemagna * configure.in: Handle *-*-aros*. diff --git a/gas/as.h b/gas/as.h index 3d95d14..73b6b2b 100644 --- a/gas/as.h +++ b/gas/as.h @@ -188,7 +188,7 @@ extern char **environ; #endif /* __FILE__ */ #ifndef FOPEN_WB -#ifdef GO32 +#if defined GO32 || defined __MINGW32__ #include "fopen-bin.h" #else #include "fopen-same.h"