obj-coff-bfd:
[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) \
6 (fixP->fx_pcrel ? (fixP->fx_size == 1 ? R_PCRBYTE : R_PCRWORD ) : \
7 (fixP->fx_size == 1 ? R_RELBYTE : R_RELWORD ))
8
9