1 diff --git a/kexec/arch/x86_64/kexec-elf-rel-x86_64.c b/kexec/arch/x86_64/kexec-elf-rel-x86_64.c
2 index 7fdde73..af33689 100644
3 --- a/kexec/arch/x86_64/kexec-elf-rel-x86_64.c
4 +++ b/kexec/arch/x86_64/kexec-elf-rel-x86_64.c
5 @@ -78,7 +78,8 @@ void machine_apply_elf_rel(struct mem_ehdr *UNUSED(ehdr),
6 if ((int64_t)value != *(int32_t *)location)
11 + case R_X86_64_PLT32:
12 *(uint32_t *)location = value - address;