summaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorVivek Das Mohapatra <vivek@collabora.com>2020-12-14 17:25:55 +0000
committerAlan Modra <amodra@gmail.com>2020-12-15 18:45:24 +1030
commit8a87b2791181eb7fc1533ffaeb95df8d87d41493 (patch)
tree319ae3d0d3eb416a80f1b9b6a6799f6eed54b6c0 /gold/ChangeLog
parentaf3c233bdb68e23b64a7453c1a08b4437ecd65b3 (diff)
downloadbinutils-gdb-8a87b2791181eb7fc1533ffaeb95df8d87d41493.tar.gz
Implement and document -z unique / -z nounique handling in gold
* layout.cc (Layout::finish_dynamic_section): Set DF_GNU_1_UNIQUE. * options.h (class General_options): Handle -z unique, -z nounique.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 533736b9559..d1c0ca713ee 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,9 @@
+2020-12-15 Vivek Das Mohapatra <vivek@collabora.com>
+
+ Implement -z unique / -z nounique options.
+ * layout.cc (Layout::finish_dynamic_section): Set DF_GNU_1_UNIQUE.
+ * options.h (class General_options): Handle -z unique, -z nounique.
+
2020-12-13 Cary Coutant <ccoutant@gmail.com>
PR gold/23539