* Base use of sco-core on host, not target.
[deliverable/binutils-gdb.git] / bfd / hosts / vaxult.h
index 2de63961e8ad3263ee06d29e2834dc623ad5031c..ebb1b398fb13668066e2fc2abab5099b8dbe0f39 100644 (file)
 
 #include <machine/param.h>
 #include <machine/vmparam.h>
-#define        HOST_PAGE_SIZE          NBPG
-#define        HOST_SEGMENT_SIZE       NBPG /* Data seg start addr rounds to NBPG */
+#define        HOST_PAGE_SIZE          (NBPG*CLSIZE)
 #define        HOST_MACHINE_ARCH       bfd_arch_vax
-/* #define     HOST_MACHINE_MACHINE     */
 
-#define        HOST_TEXT_START_ADDR            USRTEXT
-#define        HOST_STACK_END_ADDR             USRSTACK
+#define        HOST_TEXT_START_ADDR    USRTEXT
+#define        HOST_STACK_END_ADDR     USRSTACK
 
 /* EXACT TYPES */
 typedef char int8e_type;
@@ -39,3 +37,18 @@ 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+"
This page took 0.02392 seconds and 4 git commands to generate.