aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-h8300.h
blob: 2e02b40e0b59cb6207444257eba312adc32e3e01 (plain)
1
2
3
4
5
6
7
8
9

#define TC_H8300

/* This macro translates between an internal fix and an coff reloc type */
#define TC_COFF_FIX2RTYPE(fixP) \
   (fixP->fx_pcrel ?  (fixP->fx_size == 1 ? R_PCRBYTE : R_PCRWORD ) : \
   (fixP->fx_size == 1 ? R_RELBYTE : R_RELWORD ))