objtool: Keep track of retpoline call sites
[linux-2.6-microblaze.git] / tools / objtool / include / objtool / objtool.h
index e68e374..e4084af 100644 (file)
@@ -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;