aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/rs6000.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/hosts/rs6000.h')
-rw-r--r--bfd/hosts/rs6000.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/bfd/hosts/rs6000.h b/bfd/hosts/rs6000.h
index 7cf72b1..0fd01cd 100644
--- a/bfd/hosts/rs6000.h
+++ b/bfd/hosts/rs6000.h
@@ -33,3 +33,18 @@ typedef unsigned short uint16_type;
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 "r"
+#define FOPEN_WB "w"
+#define FOPEN_AB "a"
+#define FOPEN_RUB "r+"
+#define FOPEN_WUB "w+"
+#define FOPEN_AUB "a+"
+#define FOPEN_RT "r"
+#define FOPEN_WT "w"
+#define FOPEN_AT "a"
+#define FOPEN_RUT "r+"
+#define FOPEN_WUT "w+"
+#define FOPEN_AUT "a+"