From 8a87b2791181eb7fc1533ffaeb95df8d87d41493 Mon Sep 17 00:00:00 2001 From: Vivek Das Mohapatra Date: Mon, 14 Dec 2020 17:25:55 +0000 Subject: 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. --- gold/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gold/ChangeLog') diff --git a/gold/ChangeLog b/gold/ChangeLog index 533736b..d1c0ca7 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2020-12-15 Vivek Das Mohapatra + + 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 PR gold/23539 -- cgit v1.1