From: Camm Maguire Date: Wed, 24 Jul 2019 23:08:39 +0000 (+0100) Subject: Version_2_6_13pre68 X-Git-Tag: archive/raspbian/2.6.12-90+rpi1~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6e310325f5424ebb5c53f1a090b9869241eb8e60;p=gcl.git Version_2_6_13pre68 Gbp-Pq: Name Version_2_6_13pre68 --- diff --git a/h/elf64_i386_reloc.h b/h/elf64_i386_reloc.h index d1c03f65..6a04a3ad 100644 --- a/h/elf64_i386_reloc.h +++ b/h/elf64_i386_reloc.h @@ -8,6 +8,7 @@ add_val(where,~0L,s+a); break; case R_X86_64_PC32: + case R_X86_64_PLT32: massert(ovchks(s+a-p,~MASK(32))); add_val(where,MASK(32),s+a-p); break;