From: Roland McGrath Date: Fri, 12 Nov 2004 21:51:33 +0000 (+0000) Subject: 2004-11-12 Martin Schwidefsky X-Git-Tag: cvs/fedora-glibc-20041115T0915~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b105fb4b6fa2066d5988d9631ad81dea72255311;p=thirdparty%2Fglibc.git 2004-11-12 Martin Schwidefsky * elf/elf.h: Add 20 bit relocations R_390_*20. --- diff --git a/elf/elf.h b/elf/elf.h index db95254f74b..0daff76a413 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -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. */