diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2008-12-20 00:24:16 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2008-12-20 00:24:16 +0000 |
commit | 7a0cc8edf50e07fd6dccb575bf6cbfe151d9a8b4 (patch) | |
tree | e093dee927bc6a329e9307909a2d5856390e6186 /include | |
parent | 011dfc639961bdd6c42b16ee4d02dc39ec1d79de (diff) | |
download | gdb-7a0cc8edf50e07fd6dccb575bf6cbfe151d9a8b4.zip gdb-7a0cc8edf50e07fd6dccb575bf6cbfe151d9a8b4.tar.gz gdb-7a0cc8edf50e07fd6dccb575bf6cbfe151d9a8b4.tar.bz2 |
* cris.h (R_CRIS_32_IE): New relocation.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/cris.h | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 23434c7..b4025b1 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -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. diff --git a/include/elf/cris.h b/include/elf/cris.h index afd3ef5..30e75b2 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) |