From c973bc5cd4b6024ab430a41cae5b75c2c54fd55e Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 2 Aug 2006 14:26:07 +0000 Subject: PR gas/2991 * acinclude.m4 (BFD_BINARY_FOPEN): Import this function from bfd/aclocal.m4. * configure.in: Run BFD_BINARY_FOPEN. * configure: Regenerate. * as.h: Look at USE_BINARY_FOPEN to decide which fopen-*.h header file to include. --- gas/as.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/as.h') diff --git a/gas/as.h b/gas/as.h index 2f92c2e..424bd97 100644 --- a/gas/as.h +++ b/gas/as.h @@ -210,7 +210,7 @@ extern int vsnprintf(char *, size_t, const char *, va_list); #endif /* __FILE__ */ #ifndef FOPEN_WB -#if defined GO32 || defined __MINGW32__ +#ifdef USE_BINARY_FOPEN #include "fopen-bin.h" #else #include "fopen-same.h" -- cgit v1.1