aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2021-05-14 15:51:16 -0700
committerFangrui Song <maskray@google.com>2021-05-14 15:51:17 -0700
commit823241a27c03235229ff0b9e12a141fc35007dec (patch)
tree19fdc0cdb655d63abf1b9d78cff4601f804567ae /gold/ChangeLog
parentf8eec398fb705d6d6f76451288abd5d38f9d07fc (diff)
downloadgdb-823241a27c03235229ff0b9e12a141fc35007dec.zip
gdb-823241a27c03235229ff0b9e12a141fc35007dec.tar.gz
gdb-823241a27c03235229ff0b9e12a141fc35007dec.tar.bz2
gold: Add -Bno-symbolic
gold/ 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.
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