mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
05b4b0e70c
bfd support gets deeper into gas *h8* fixed numerous bugs in instruction encoding
10 lines
252 B
C
10 lines
252 B
C
|
|
#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 ))
|
|
|
|
|