Sun Aug 1 22:54:08 1993 Stu Grossman (grossman at cygnus.com)
[deliverable/binutils-gdb.git] / bfd / hosts / i386mach.h
1 #include <ansidecl.h>
2 #include <fcntl.h>
3 #include <errno.h>
4 extern int errno; /* <errno.h> forgets to do this... */
5 #include <stdio.h>
6 #include <sys/types.h>
7 #include <sys/stat.h>
8 #include <ctype.h>
9 #include <string.h>
10 #include <sys/file.h>
11 #include <machine/machparam.h>
12
13 #ifndef O_ACCMODE
14 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
15 #endif
16
17 #define SEEK_SET 0
18 #define SEEK_CUR 1
19
20 extern PTR EXFUN(malloc, (unsigned));
21 extern PTR EXFUN(realloc, (PTR, unsigned));
22 extern void EXFUN(free, (PTR));
23
24 #define HAVE_STRERROR
25
26 #define HOST_PAGE_SIZE NBPG
27 #define HOST_SEGMENT_SIZE NBPG
28 #define HOST_MACHINE_ARCH bfd_arch_i386
29 #define HOST_TEXT_START_ADDR 0x10000 /* By inspection */
30 #define HOST_STACK_END_ADDR KERNBASE
31
32 #include "fopen-same.h"
This page took 0.029232 seconds and 4 git commands to generate.