* cr16.h (R_CR16_GOT_REGREL20, R_CR16_GOTC_REGREL20 and
R_CR16_GLOB_DAT): New relocations.
This commit is contained in:
parent
59b098c970
commit
e73521d6c7
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-11-27 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
|
||||
|
||||
* cr16.h (R_CR16_GOT_REGREL20, R_CR16_GOTC_REGREL20 and
|
||||
R_CR16_GLOB_DAT): New relocations.
|
||||
|
||||
2008-11-25 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* cris.h (R_CRIS_32_TPREL): Correct comment.
|
||||
|
|
|
@ -54,6 +54,9 @@ START_RELOC_NUMBERS(elf_cr16_reloc_type)
|
|||
RELOC_NUMBER (R_CR16_SWITCH8, 26)
|
||||
RELOC_NUMBER (R_CR16_SWITCH16, 27)
|
||||
RELOC_NUMBER (R_CR16_SWITCH32, 28)
|
||||
RELOC_NUMBER (R_CR16_GOT_REGREL20, 29)
|
||||
RELOC_NUMBER (R_CR16_GOTC_REGREL20, 30)
|
||||
RELOC_NUMBER (R_CR16_GLOB_DAT, 31)
|
||||
END_RELOC_NUMBERS(R_CR16_MAX)
|
||||
|
||||
#endif /* _ELF_CR16_H */
|
||||
|
|
Loading…
Reference in a new issue