summaryrefslogtreecommitdiff
path: root/include/elf/cris.h
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2008-12-20 00:24:16 +0000
committerHans-Peter Nilsson <hp@axis.com>2008-12-20 00:24:16 +0000
commit894c4d3cfa4c945504748f7d367ba2d9066d0510 (patch)
tree031f58fbeb3a1775de454001d9dea32d9a7859a5 /include/elf/cris.h
parent6fd0f5e0007de75291ffb509bb484edb668b5fec (diff)
downloadgdb-894c4d3cfa4c945504748f7d367ba2d9066d0510.tar.gz
* cris.h (R_CRIS_32_IE): New relocation.
Diffstat (limited to 'include/elf/cris.h')
-rw-r--r--include/elf/cris.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/cris.h b/include/elf/cris.h
index afd3ef5cc70..30e75b23df2 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)