objtool: Add option to generate prefix symbols
[linux-block.git] / tools / objtool / include / objtool / builtin.h
index 42a52f1a0add54affe6378618659e767c23ab2b1..f341b620dead47965491875ae026ddffff8a60b5 100644 (file)
@@ -14,6 +14,7 @@ struct opts {
        bool dump_orc;
        bool hack_jump_label;
        bool hack_noinstr;
+       bool hack_skylake;
        bool ibt;
        bool mcount;
        bool noinstr;
@@ -25,6 +26,7 @@ struct opts {
        bool stackval;
        bool static_call;
        bool uaccess;
+       int prefix;
 
        /* options: */
        bool backtrace;