diff options
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index ff9dcd6..6ceb0db 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -638,6 +638,12 @@ enum dynamic_lib_link_class { DYN_NO_NEEDED = 8 }; +enum notice_asneeded_action { + notice_as_needed, + notice_not_needed, + notice_needed +}; + extern bfd_boolean bfd_elf_record_link_assignment (bfd *, struct bfd_link_info *, const char *, bfd_boolean, bfd_boolean); |