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 aac1d94f194 Gold: Enable safe ICF for shared object on x86-64 new 6bf4a340474 gold: Properly align the NT_GNU_PROPERTY_TYPE_0 note new 586e30940e6 gold: Update GNU_PROPERTY_X86_XXX macros new 29700bfff45 gold: Discard .note.gnu.property section new 6c0005b8f4a gold: Skip some incremental tests
The 4 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 | 25 ++++ elfcpp/elfcpp.h | 18 ++- gold/ChangeLog | 74 ++++++++++++ gold/configure | 74 ++++++++++++ gold/configure.ac | 20 +++ gold/layout.cc | 15 ++- gold/output.cc | 1 + gold/output.h | 12 ++ gold/testsuite/Makefile.am | 24 +++- gold/testsuite/Makefile.in | 134 +++++++++++---------- gold/testsuite/gnu_property_a.S | 4 +- gold/testsuite/gnu_property_b.S | 4 +- gold/testsuite/gnu_property_c.S | 4 +- gold/testsuite/gnu_property_test.sh | 24 +++- .../testsuite/{dynamic_list_2.t => justsyms_lib.t} | 15 +-- gold/testsuite/script_test_10.t | 1 + gold/x86_64.cc | 34 +++++- 17 files changed, 393 insertions(+), 90 deletions(-) copy gold/testsuite/{dynamic_list_2.t => justsyms_lib.t} (77%)