From: Hans-Peter Nilsson Date: Sat, 20 Dec 2008 00:24:16 +0000 (+0000) Subject: * cris.h (R_CRIS_32_IE): New relocation. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=894c4d3cfa4c945504748f7d367ba2d9066d0510;p=pf3gnuchains%2Fpf3gnuchains3x.git * cris.h (R_CRIS_32_IE): New relocation. --- diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 23434c70fe..b4025b1dcf 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2008-12-20 Hans-Peter Nilsson + + * cris.h (R_CRIS_32_IE): New relocation. + 2008-12-03 Nick Clifton * common.h (STT_IFUNC): Define. diff --git a/include/elf/cris.h b/include/elf/cris.h index afd3ef5cc7..30e75b23df 100644 --- a/include/elf/cris.h +++ b/include/elf/cris.h @@ -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)