aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog5
-rw-r--r--include/bfdlink.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index c8a90cf..38baf59 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2020-09-12 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/26391
+ * bfdlink.h (bfd_link_info): Add unique_symbol.
+
2020-09-11 Felix Willgerodt <felix.willgerodt@intel.com>
Sync with GCC
diff --git a/include/bfdlink.h b/include/bfdlink.h
index 3badfbdb..55020e3 100644
--- a/include/bfdlink.h
+++ b/include/bfdlink.h
@@ -523,6 +523,9 @@ struct bfd_link_info
the linker. */
unsigned int non_contiguous_regions_warnings : 1;
+ /* TRUE if all symbol names should be unique. */
+ unsigned int unique_symbol : 1;
+
/* Char that may appear as the first char of a symbol, but should be
skipped (like symbol_leading_char) when looking up symbols in
wrap_hash. Used by PowerPC Linux for 'dot' symbols. */