aboutsummaryrefslogtreecommitdiff
path: root/include/bfdlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r--include/bfdlink.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h
index b392d54..9b2194f 100644
--- a/include/bfdlink.h
+++ b/include/bfdlink.h
@@ -108,6 +108,9 @@ struct bfd_link_hash_entry
in a linker script. */
unsigned int linker_def : 1;
+ /* Symbol defined in a linker script. */
+ unsigned int ldscript_def : 1;
+
/* A union of information depending upon the type. */
union
{
@@ -532,6 +535,9 @@ struct bfd_link_info
/* The output BFD. */
bfd *output_bfd;
+ /* The import library generated. */
+ bfd *out_implib_bfd;
+
/* The list of input BFD's involved in the link. These are chained
together via the link.next field. */
bfd *input_bfds;