diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-27 11:37:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-27 11:37:12 +0000 |
commit | 670ec21de99faddc3a86f9e18fb9ef1a093b3dbf (patch) | |
tree | d809163639cab84dd83ef7b8229321767c541388 /include/elf/crx.h | |
parent | 575eebb19f60c85a0e4973dfa9e2f8b1a197005a (diff) | |
download | fsf-binutils-gdb-670ec21de99faddc3a86f9e18fb9ef1a093b3dbf.zip fsf-binutils-gdb-670ec21de99faddc3a86f9e18fb9ef1a093b3dbf.tar.gz fsf-binutils-gdb-670ec21de99faddc3a86f9e18fb9ef1a093b3dbf.tar.bz2 |
Add CRX insns: pushx, popx
Add support to GAS for expressions which are the difference of two symbols
Diffstat (limited to 'include/elf/crx.h')
-rw-r--r-- | include/elf/crx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/crx.h b/include/elf/crx.h index 755a610..33ba005 100644 --- a/include/elf/crx.h +++ b/include/elf/crx.h @@ -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 */ |