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 4c5ae11b42 [Binutils][Objdump]Check symbol section information while se [...] new c4e648430f Add plugin API for processing plugin-added input files
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 | 15 ++ gold/plugin.cc | 63 +++++++-- gold/plugin.h | 19 +++ gold/testsuite/Makefile.am | 17 +++ gold/testsuite/Makefile.in | 18 +++ gold/testsuite/plugin_final_layout.sh | 16 ++- ...section_order.c => plugin_new_section_layout.c} | 153 ++++++++++----------- include/ChangeLog | 9 ++ include/plugin-api.h | 18 ++- 9 files changed, 226 insertions(+), 102 deletions(-) copy gold/testsuite/{plugin_section_order.c => plugin_new_section_layout.c} (54%)