]>
Commit | Line | Data |
---|---|---|
9832e16c PB |
1 | #define TARGET_IS_BIG_ENDIAN_P |
2 | #define N_HEADER_IN_TEXT(x) 0 | |
3 | #define BYTES_IN_WORD 4 | |
4 | #define ARCH 32 | |
5 | #define ENTRY_CAN_BE_ZERO | |
6 | #define N_SHARED_LIB(x) 0 /* Avoids warning */ | |
7 | #define TEXT_START_ADDR 0 | |
8 | #define PAGE_SIZE 4096 | |
9 | #define SEGMENT_SIZE PAGE_SIZE | |
10 | #define DEFAULT_ARCH bfd_arch_m68k | |
11 | ||
12 | #define MY(OP) CAT(hp300bsd_,OP) | |
13 | #define TARGETNAME "a.out-hp300bsd" | |
14 | ||
15 | #include "bfd.h" | |
16 | #include "sysdep.h" | |
17 | #include "libbfd.h" | |
18 | #include "libaout.h" | |
19 | ||
20 | #include "aout-target.h" |