diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-27 11:37:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-27 11:37:11 +0000 |
commit | 57bbec139173d0a81d3bed826b57c2b194076b81 (patch) | |
tree | 434f369b5ba6648e28357f49390308dc06d3e604 /include/elf | |
parent | 5ea3a6e15288bdb3e30f54900640a8fccc15dbc5 (diff) | |
download | newlib-57bbec139173d0a81d3bed826b57c2b194076b81.zip newlib-57bbec139173d0a81d3bed826b57c2b194076b81.tar.gz newlib-57bbec139173d0a81d3bed826b57c2b194076b81.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')
-rw-r--r-- | include/elf/ChangeLog | 5 | ||||
-rw-r--r-- | include/elf/crx.h | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 5563ddb..4080885 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,8 @@ +2004-07-27 Tomer Levi <Tomer.Levi@nsc.com> + + * crx.h: Add BFD_RELOC_CRX_SWITCH8, BFD_RELOC_CRX_SWITCH16, + BFD_RELOC_CRX_SWITCH32. + 2004-07-06 Tomer Levi <Tomer.Levi@nsc.com> * common.h (EM_CRX): Define. 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 */ |