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, 6 insertions, 2 deletions
diff --git a/ld/ld.h b/ld/ld.h
index 9f98e06..11455cd 100644
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -206,8 +206,12 @@ typedef struct
boolean stats;
- int split_by_reloc;
- boolean split_by_file;
+ /* If set, orphan input sections will be mapped to separate output
+ sections. */
+ boolean unique_orphan_sections;
+
+ unsigned int split_by_reloc;
+ bfd_size_type split_by_file;
} ld_config_type;
extern ld_config_type config;