This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_29-branch in repository binutils-gdb.
from 4ba9ba2ceb Fix symbol resolution with linker plugins for defsym symbols. new 8efd17cb25 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 | 17 ++++++++ gold/options.h | 6 ++- gold/plugin.cc | 28 ++++++++++++- gold/testsuite/Makefile.am | 13 ++++++ gold/testsuite/Makefile.in | 48 ++++++++++++++++++---- gold/testsuite/plugin_test.c | 26 ++++++++++++ ..._test_defsym.sh => plugin_test_wrap_symbols.sh} | 22 +++++----- ...test_defsym.c => plugin_test_wrap_symbols_1.cc} | 28 ++++++++----- ...c_list_test.t => plugin_test_wrap_symbols_2.cc} | 18 +++++--- include/plugin-api.h | 9 +++- 10 files changed, 179 insertions(+), 36 deletions(-) copy gold/testsuite/{plugin_test_defsym.sh => plugin_test_wrap_symbols.sh} (63%) copy gold/testsuite/{plugin_test_defsym.c => plugin_test_wrap_symbols_1.cc} (68%) copy gold/testsuite/{gc_dynamic_list_test.t => plugin_test_wrap_symbols_2.cc} (76%)