diff options
Diffstat (limited to 'ld/ld.h')
-rw-r--r-- | ld/ld.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -302,6 +302,14 @@ typedef struct /* If set, print discarded sections in map file output. */ bfd_boolean print_map_discarded; + + /* If set, emit the names and types of statically-linked variables + into the CTF. */ + bfd_boolean ctf_variables; + + /* If set, share only duplicated types in CTF, rather than sharing + all types that are not in conflict. */ + bfd_boolean ctf_share_duplicated; } ld_config_type; extern ld_config_type config; |