Skip to content

Commit

Permalink
Merge branch 'objtool/core' of git://git.kernel.org/pub/scm/linux/ker…
Browse files Browse the repository at this point in the history
…nel/git/jpoimboe/linux into objtool/core
  • Loading branch information
Peter Zijlstra committed Jun 17, 2020
2 parents b3a9e3b + fb41478 commit 14bda4e
Show file tree
Hide file tree
Showing 8 changed files with 349 additions and 229 deletions.
2 changes: 1 addition & 1 deletion tools/objtool/arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ bool arch_callee_saved_reg(unsigned char reg);

unsigned long arch_jump_destination(struct instruction *insn);

unsigned long arch_dest_rela_offset(int addend);
unsigned long arch_dest_reloc_offset(int addend);

#endif /* _ARCH_H */
2 changes: 1 addition & 1 deletion tools/objtool/arch/x86/decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ bool arch_callee_saved_reg(unsigned char reg)
}
}

unsigned long arch_dest_rela_offset(int addend)
unsigned long arch_dest_reloc_offset(int addend)
{
return addend + 4;
}
Expand Down
Loading

0 comments on commit 14bda4e

Please sign in to comment.