diff --git a/[refs] b/[refs] index f69a8b39e27b..39a1dac8bb23 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a3ba81131aca243bfecfa78c42edec0cd69f72d6 +refs/heads/master: 731ece41fb1047816303295a0cdfed90a528137e diff --git a/trunk/scripts/mod/modpost.c b/trunk/scripts/mod/modpost.c index 194e2c453609..97d2259ae999 100644 --- a/trunk/scripts/mod/modpost.c +++ b/trunk/scripts/mod/modpost.c @@ -1442,7 +1442,7 @@ static unsigned int *reloc_location(struct elf_info *elf, int section = shndx2secindex(sechdr->sh_info); return (void *)elf->hdr + sechdrs[section].sh_offset + - r->r_offset - sechdrs[section].sh_addr; + r->r_offset; } static int addend_386_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r)