* hosts/delta88v4.h: New for SVR4.
[deliverable/binutils-gdb.git] / bfd / hosts / tahoe.h
index 99147c0e33d1ef6318a140aa20109ceb499c4ef0..5a88ea4942f1056159a22023dfd19d602827b4a1 100644 (file)
@@ -22,6 +22,7 @@
 
 #define        HOST_TEXT_START_ADDR    0
 #define        HOST_STACK_END_ADDR     KERNBASE
+#define        HOST_BIG_ENDIAN_P
 
 /* EXACT TYPES */
 typedef char int8e_type;
@@ -38,18 +39,4 @@ typedef short int16_type;
 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+"
+#include "fopen-same.h"
This page took 0.022809 seconds and 4 git commands to generate.