I think this solves the MAKEINFO and BISON rooting problems.
[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 */
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
This page took 0.033794 seconds and 4 git commands to generate.