diff options
author | Roland McGrath <roland@gnu.org> | 2004-11-12 21:51:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-11-12 21:51:33 +0000 |
commit | b105fb4b6fa2066d5988d9631ad81dea72255311 (patch) | |
tree | 897da8f300fd8a2a835e38f295cee11ad8368ae8 /elf | |
parent | c31e430a8c214107844e7a5df595b89f3a2eadd1 (diff) | |
download | glibc-b105fb4b6fa2066d5988d9631ad81dea72255311.tar.gz |
2004-11-12 Martin Schwidefsky <schwidefsky@de.ibm.com>
* elf/elf.h: Add 20 bit relocations R_390_*20.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/elf.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -2402,8 +2402,13 @@ typedef Elf32_Addr Elf32_Conflict; #define R_390_TLS_DTPOFF 55 /* Offset in TLS block. */ #define R_390_TLS_TPOFF 56 /* Negated offset in static TLS block. */ +#define R_390_20 57 /* Direct 20 bit. */ +#define R_390_GOT20 58 /* 20 bit GOT offset. */ +#define R_390_GOTPLT20 59 /* 20 bit offset to jump slot. */ +#define R_390_TLS_GOTIE20 60 /* 20 bit GOT offset for static TLS + block offset. */ /* Keep this the last entry. */ -#define R_390_NUM 57 +#define R_390_NUM 61 /* CRIS relocations. */ |