aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ld.h')
-rw-r--r--ld/ld.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ld.h b/ld/ld.h
index 1790dc8..7f7d716 100644
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -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;