Get 64bit stuff right.
[deliverable/binutils-gdb.git] / bfd / hosts / hppabsd.h
CommitLineData
d325e28c
SG
1#ifndef _HPPABSD_H
2#define _HPPABSD_H
3
3fd76e58
SG
4#include <fcntl.h>
5#include <errno.h>
6#include <stdio.h>
7#include <sys/types.h>
8#include <sys/stat.h>
9#include <ctype.h>
10#include <string.h>
11#include <sys/file.h>
12
4732cd70
KR
13extern PTR malloc PARAMS ((unsigned));
14extern void free PARAMS ((PTR));
3fd76e58 15
9a5e3a9a
SG
16#define HOST_HPPABSD
17
3fd76e58
SG
18#ifndef O_ACCMODE
19#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
20#endif
21
22#define SEEK_SET 0
23#define SEEK_CUR 1
24
25#include <machine/machparam.h>
26
27#define HOST_PAGE_SIZE NBPG
28#define HOST_SEGMENT_SIZE NBPG /* Data seg start addr rounds to NBPG */
29#define HOST_MACHINE_ARCH bfd_arch_m68k
30/* #define HOST_MACHINE_MACHINE */
31
32#define HOST_TEXT_START_ADDR UTEXTSEG
33#define HOST_DATA_START_ADDR UDATASEG
34#define HOST_STACK_END_ADDR KSTAKSEG
35
3fd76e58 36#include "fopen-same.h"
d325e28c
SG
37
38#endif /* _HPPABSD_H */
This page took 0.049592 seconds and 4 git commands to generate.