aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/include/objtool/objtool.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/objtool/include/objtool/objtool.h')
-rw-r--r--tools/objtool/include/objtool/objtool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/objtool/include/objtool/objtool.h b/tools/objtool/include/objtool/objtool.h
index e68e37476c15..e4084afb2304 100644
--- a/tools/objtool/include/objtool/objtool.h
+++ b/tools/objtool/include/objtool/objtool.h
@@ -18,6 +18,7 @@ struct objtool_file {
struct elf *elf;
struct list_head insn_list;
DECLARE_HASHTABLE(insn_hash, 20);
+ struct list_head retpoline_call_list;
struct list_head static_call_list;
struct list_head mcount_loc_list;
bool ignore_unreachables, c_file, hints, rodata;