* cris.h (R_CRIS_32_IE): New relocation.

This commit is contained in:
Hans-Peter Nilsson 2008-12-20 00:24:16 +00:00
parent 1af6bb97a4
commit 59ca6f3ea1
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-12-20 Hans-Peter Nilsson <hp@axis.com>
* cris.h (R_CRIS_32_IE): New relocation.
2008-12-03 Nick Clifton <nickc@redhat.com>
* common.h (STT_IFUNC): Define.

View File

@ -166,6 +166,11 @@ START_RELOC_NUMBERS (elf_cris_reloc_type)
(usually the fourth one). */
RELOC_NUMBER (R_CRIS_DTPMOD, 30)
/* Similar to R_CRIS_32_GOT_TPREL, but the value is the absolute
address of the GOT entry. Disallowed in DSOs created with
-shared. Assembly syntax: "sym:IE". */
RELOC_NUMBER (R_CRIS_32_IE, 31)
/* No other relocs must be visible outside the assembler. */
END_RELOC_NUMBERS (R_CRIS_max)