aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/go32.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-12-13 05:03:17 +0000
committerJohn Gilmore <gnu@cygnus>1991-12-13 05:03:17 +0000
commita5431adc977782329a63afcc9fad5baa5b13c423 (patch)
tree47679c83d4e5a16a32ea794757b6382a9ba52068 /bfd/hosts/go32.h
parentc0fcc20765b95b454e90f241a334aedef736a434 (diff)
downloadgdb-a5431adc977782329a63afcc9fad5baa5b13c423.zip
gdb-a5431adc977782329a63afcc9fad5baa5b13c423.tar.gz
gdb-a5431adc977782329a63afcc9fad5baa5b13c423.tar.bz2
* hosts/h-*.h: Configure fopen using ../include/fopen-*.h
rather than N copies of the same lines.
Diffstat (limited to 'bfd/hosts/go32.h')
-rw-r--r--bfd/hosts/go32.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/bfd/hosts/go32.h b/bfd/hosts/go32.h
index f0b86ff..a5de5f9 100644
--- a/bfd/hosts/go32.h
+++ b/bfd/hosts/go32.h
@@ -31,18 +31,4 @@
typedef int int32_type;
typedef unsigned int uint32_type;
-/* Macros for the 'type' part of an fopen, freopen or fdopen.
- <Read|Write>[Update]<Binary file><text file>
- */
-#define FOPEN_RB "rb"
-#define FOPEN_WB "wb"
-#define FOPEN_AB "ab"
-#define FOPEN_RUB "r+b"
-#define FOPEN_WUB "w+b"
-#define FOPEN_AUB "a+b"
-#define FOPEN_RT "r"
-#define FOPEN_WT "w"
-#define FOPEN_AT "a"
-#define FOPEN_RUT "r+"
-#define FOPEN_WUT "w+"
-#define FOPEN_AUT "a+"
+#include "fopen-bin.h"