This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 0bccfb2994 RISC-V: Make disassebler work for --enable-targets=all config. new 0b65c07b97 New plugin interface to get list of symbols wrapped with --w [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gold/ChangeLog | 13 ++++++ gold/options.h | 6 ++- gold/plugin.cc | 28 ++++++++++++- gold/testsuite/Makefile.am | 13 ++++++ gold/testsuite/Makefile.in | 48 ++++++++++++++++++---- gold/testsuite/plugin_test.c | 26 ++++++++++++ ...ugin_test_12.sh => plugin_test_wrap_symbols.sh} | 18 ++++---- ...mic_plugin.cc => plugin_test_wrap_symbols_1.cc} | 23 ++++++++--- ...mic_plugin.cc => plugin_test_wrap_symbols_2.cc} | 12 ++++-- include/plugin-api.h | 12 +++++- 10 files changed, 170 insertions(+), 29 deletions(-) copy gold/testsuite/{plugin_test_12.sh => plugin_test_wrap_symbols.sh} (71%) copy gold/testsuite/{export_dynamic_plugin.cc => plugin_test_wrap_symbols_1.cc} (73%) copy gold/testsuite/{export_dynamic_plugin.cc => plugin_test_wrap_symbols_2.cc} (85%)