add missing x86 relocs to elf.h

see
https://sourceware.org/ml/libc-alpha/2016-01/msg00822.html
This commit is contained in:
Szabolcs Nagy 2016-04-20 13:19:45 +02:00 committed by Rich Felker
parent 7c3b67234c
commit c3be411df7
1 changed files with 5 additions and 2 deletions

View File

@ -1045,7 +1045,8 @@ typedef struct {
#define R_386_TLS_DESC_CALL 40
#define R_386_TLS_DESC 41
#define R_386_IRELATIVE 42
#define R_386_NUM 43
#define R_386_GOT32X 43
#define R_386_NUM 44
@ -2791,7 +2792,9 @@ enum
#define R_X86_64_TLSDESC 36
#define R_X86_64_IRELATIVE 37
#define R_X86_64_RELATIVE64 38
#define R_X86_64_NUM 39
#define R_X86_64_GOTPCRELX 41
#define R_X86_64_REX_GOTPCRELX 42
#define R_X86_64_NUM 43