diff options
Diffstat (limited to 'arch/x86/um/asm/elf.h')
| -rw-r--r-- | arch/x86/um/asm/elf.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/arch/x86/um/asm/elf.h b/arch/x86/um/asm/elf.h index 548197212a45..413f3519d9a1 100644 --- a/arch/x86/um/asm/elf.h +++ b/arch/x86/um/asm/elf.h @@ -116,8 +116,7 @@ do {								\  #define R_X86_64_PC16		13	/* 16 bit sign extended pc relative */  #define R_X86_64_8		14	/* Direct 8 bit sign extended  */  #define R_X86_64_PC8		15	/* 8 bit sign extended pc relative */ - -#define R_X86_64_NUM		16 +#define R_X86_64_PC64		24	/* Place relative 64-bit signed */  /*   * This is used to ensure we don't load something for the wrong architecture. |