summaryrefslogtreecommitdiff
path: root/tools/objtool/arch.h
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2020-06-17 11:39:11 +0200
committerPeter Zijlstra <peterz@infradead.org>2020-06-17 11:39:11 +0200
commit14bda4e5293ed9722f1dc39b543024e37707d6c6 (patch)
tree19e9a82aa618194240bf456b293b042f3e59ec35 /tools/objtool/arch.h
parentb3a9e3b9622ae10064826dccb4f7a52bd88c7407 (diff)
parentfb414783b65c880606fbc1463e6849f017e60d46 (diff)
Merge branch 'objtool/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jpoimboe/linux into objtool/core
Diffstat (limited to 'tools/objtool/arch.h')
-rw-r--r--tools/objtool/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/objtool/arch.h b/tools/objtool/arch.h
index eda15a5a285e..d0969a9328c2 100644
--- a/tools/objtool/arch.h
+++ b/tools/objtool/arch.h
@@ -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 */