force all files to end in "/* end of filename"
[deliverable/binutils-gdb.git] / gas / config / tc-h8300.h
CommitLineData
05b4b0e7
SC
1
2#define TC_H8300
3
4/* This macro translates between an internal fix and an coff reloc type */
a39116f1
RP
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)
05b4b0e7
SC
10
11
a39116f1
RP
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 "
8b228fe9
RP
17
18/* end of tc-h8300.h */
This page took 0.028871 seconds and 4 git commands to generate.