Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227651
b: refs/heads/master
c: 731ece4
h: refs/heads/master
i:
  227649: 294237e
  227647: 0ad2732
v: v3
  • Loading branch information
Olof Johansson authored and Michal Marek committed Dec 27, 2010
1 parent 8700cb4 commit 1233226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a3ba81131aca243bfecfa78c42edec0cd69f72d6
refs/heads/master: 731ece41fb1047816303295a0cdfed90a528137e
2 changes: 1 addition & 1 deletion trunk/scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1233226

Please sign in to comment.