Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / tools / objtool / include / objtool / check.h
index 4891ead0e85f6630312852a5629473454d5a1ee4..f5be798107bc9cae657ad867acf47095b0551099 100644 (file)
@@ -40,6 +40,7 @@ struct instruction {
        struct list_head list;
        struct hlist_node hash;
        struct list_head static_call_node;
+       struct list_head mcount_loc_node;
        struct section *sec;
        unsigned long offset;
        unsigned int len;