aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 82dae33..c68f282 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,12 @@
+2021-05-04 Fangrui Song <maskray@google.com>
+
+ PR 27834
+ * options.h (General_options): Make -Bsymbolic and
+ -Bsymbolic-functions special and adjust the help messages. Add
+ enum Bsymbolic_kind and -Bno-symbolic.
+ * options.cc (General_options): Define parse_Bno_symbolic,
+ parse_Bsymbolic_functions, and parse_Bsymbolic.
+
2021-03-30 Alan Modra <amodra@gmail.com>
PR gold/27625