Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[sfrench/cifs-2.6.git] / tools / objtool / include / objtool / builtin.h
index 42a52f1a0add54affe6378618659e767c23ab2b1..fa45044e38630c5608e2690c3e59ac7fbe5e9135 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,12 +26,15 @@ struct opts {
        bool stackval;
        bool static_call;
        bool uaccess;
+       int prefix;
+       bool cfi;
 
        /* options: */
        bool backtrace;
        bool backup;
        bool dryrun;
        bool link;
+       bool mnop;
        bool module;
        bool no_unreachable;
        bool sec_address;