diff options
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r-- | include/bfdlink.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h index bb62fbe..b1c751a 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -353,6 +353,10 @@ struct bfd_link_info --dynamic-list command line options. */ unsigned int dynamic: 1; + /* FALSE if .eh_frame unwind info should be generated for PLT and other + linker created sections, TRUE if it should be omitted. */ + unsigned int no_ld_generated_unwind_info: 1; + /* Non-NULL if .note.gnu.build-id section should be created. */ char *emit_note_gnu_build_id; |