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 8e7767e3f7 Use partial register read/writes in transfer_regset new 6c04fd9b2f Add support for .note.gnu.property sections.
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/ChangeLog | 8 + elfcpp/elfcpp.h | 19 ++- elfcpp/x86_64.h | 6 + gold/ChangeLog | 28 ++++ gold/layout.cc | 175 ++++++++++++++++++++- gold/layout.h | 22 +++ gold/object.cc | 104 ++++++++++++ gold/object.h | 4 + gold/target.h | 24 +++ gold/testsuite/Makefile.am | 17 ++ gold/testsuite/Makefile.in | 93 ++++++----- gold/testsuite/gnu_property_a.S | 41 +++++ gold/testsuite/gnu_property_b.S | 38 +++++ gold/testsuite/gnu_property_c.S | 44 ++++++ .../testsuite/gnu_property_main.c | 2 +- .../{weak_as_needed.sh => gnu_property_test.sh} | 28 ++-- gold/x86_64.cc | 39 +++++ 17 files changed, 640 insertions(+), 52 deletions(-) create mode 100644 gold/testsuite/gnu_property_a.S create mode 100644 gold/testsuite/gnu_property_b.S create mode 100644 gold/testsuite/gnu_property_c.S copy ld/testsuite/ld-elf/pr13195.c => gold/testsuite/gnu_property_main.c (64%) copy gold/testsuite/{weak_as_needed.sh => gnu_property_test.sh} (57%)