diff options
author | Fangrui Song <maskray@google.com> | 2021-05-14 15:51:16 -0700 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2021-05-14 15:51:17 -0700 |
commit | 823241a27c03235229ff0b9e12a141fc35007dec (patch) | |
tree | 19fdc0cdb655d63abf1b9d78cff4601f804567ae /gold/ChangeLog | |
parent | f8eec398fb705d6d6f76451288abd5d38f9d07fc (diff) | |
download | gdb-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/ChangeLog | 9 |
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 |