* "objcopy -O binary" warning tweak, suggested by dmoseley
[binutils-gdb.git] / bfd / hp300bsd.c
blob92b42439e6e9912f4199e3ab7494e2264a91e381
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
12 #define MY(OP) CAT(hp300bsd_,OP)
13 #define TARGETNAME "a.out-hp300bsd"
15 #include "bfd.h"
16 #include "sysdep.h"
17 #include "libbfd.h"
18 #include "libaout.h"
20 #include "aout-target.h"