X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fbfdlink.h;h=93abab1c04e48af4a258e25adb00b618b6d03808;hb=73af8ed6b107040eb7488f6ec122cd05d5e2e903;hp=43bcc6a90406829308ca102435eb1bc047303cfb;hpb=5f329d5b1409dfb86e3eb6a22e9f84cc58c254b1;p=external%2Fbinutils.git diff --git a/include/bfdlink.h b/include/bfdlink.h index 43bcc6a..93abab1 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -431,6 +431,15 @@ struct bfd_link_info /* TRUE if BND prefix in PLT entries is always generated. */ unsigned int bndplt: 1; + /* TRUE if generation of .interp/PT_INTERP should be suppressed. */ + unsigned int nointerp: 1; + + /* TRUE if generate a 1-byte NOP as suffix for x86 call instruction. */ + unsigned int call_nop_as_suffix : 1; + + /* The 1-byte NOP for x86 call instruction. */ + char call_nop_byte; + /* Char that may appear as the first char of a symbol, but should be skipped (like symbol_leading_char) when looking up symbols in wrap_hash. Used by PowerPC Linux for 'dot' symbols. */