Add CRX insns: pushx, popx
Add support to GAS for expressions which are the difference of two symbols
This commit is contained in:
@ -45,6 +45,9 @@ START_RELOC_NUMBERS(elf_crx_reloc_type)
|
||||
RELOC_NUMBER (R_CRX_NUM32, 15)
|
||||
RELOC_NUMBER (R_CRX_IMM16, 16)
|
||||
RELOC_NUMBER (R_CRX_IMM32, 17)
|
||||
RELOC_NUMBER (R_CRX_SWITCH8, 18)
|
||||
RELOC_NUMBER (R_CRX_SWITCH16, 19)
|
||||
RELOC_NUMBER (R_CRX_SWITCH32, 20)
|
||||
END_RELOC_NUMBERS(R_CRX_MAX)
|
||||
|
||||
#endif /* _ELF_CRX_H */
|
||||
|
Reference in New Issue
Block a user