From 177a493c21130fd29c06874ee4b768e2eaa7a03c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 22 Jan 2003 10:10:25 +0000 Subject: [PATCH] Include fopen-bin.h not fopen-same.h for mingw32 hosts. --- gas/ChangeLog | 4 ++++ gas/as.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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" -- 2.7.4