]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/config/tc-h8300.h
force all files to end in "/* end of filename"
[thirdparty/binutils-gdb.git] / gas / config / tc-h8300.h
1
2 #define TC_H8300
3
4 /* This macro translates between an internal fix and an coff reloc type */
5 #define TC_COFF_FIX2RTYPE(fixP) abort();
6
7 #define BFD_ARCH bfd_arch_h8300
8 #define COFF_MAGIC 0x8300
9 #define TC_COUNT_RELOC(x) (1)
10
11
12 #define TC_RELOC_MANGLE(a,b,c) tc_reloc_mangle(a,b,c)
13
14 #define DO_NOT_STRIP 1
15 #define DO_STRIP 0
16 #define LISTING_HEADER "Hitachi H8/300 GAS "
17
18 /* end of tc-h8300.h */