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 1369522f36e Recognize the new ELF compression type for ZSTD. new 701821154b1 Add gold support for --package-metadata option.
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: elfcpp/elfcpp.h | 4 +- gold/Makefile.am | 8 +- gold/Makefile.in | 16 +- gold/aclocal.m4 | 1 + gold/config.in | 3 + gold/configure | 266 +++++++++++++++++++++ gold/configure.ac | 26 ++ gold/layout.cc | 50 ++++ gold/layout.h | 6 + gold/options.h | 4 + gold/testsuite/Makefile.am | 15 +- gold/testsuite/Makefile.in | 52 +++- ...gnu_property_main.c => package_metadata_main.c} | 0 13 files changed, 425 insertions(+), 26 deletions(-) copy gold/testsuite/{gnu_property_main.c => package_metadata_main.c} (100%)