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 c4d5a76 Fix placement of forced local symbols in the dynamic symbol table. new 7a0c0a1 Add -z bndplt support (for Intel MPX).
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 | 28 ++ gold/options.h | 3 + gold/testsuite/Makefile.am | 29 +- gold/testsuite/Makefile.in | 42 +- .../ifunc-1-x86.s => gold/testsuite/bnd_ifunc_1.s | 0 .../{copy_test_protected.sh => bnd_ifunc_1.sh} | 24 +- .../pr17154-x86.s => gold/testsuite/bnd_ifunc_2.s | 0 .../{x32_overflow_pc32.sh => bnd_ifunc_2.sh} | 38 +- .../bnd-branch-1.s => gold/testsuite/bnd_plt_1.s | 0 gold/testsuite/{split_i386.sh => bnd_plt_1.sh} | 38 +- gold/x86_64.cc | 520 ++++++++++++++++++++- 11 files changed, 648 insertions(+), 74 deletions(-) copy ld/testsuite/ld-ifunc/ifunc-1-x86.s => gold/testsuite/bnd_ifunc_1.s (100%) copy gold/testsuite/{copy_test_protected.sh => bnd_ifunc_1.sh} (63%) copy ld/testsuite/ld-ifunc/pr17154-x86.s => gold/testsuite/bnd_ifunc_2.s (100%) copy gold/testsuite/{x32_overflow_pc32.sh => bnd_ifunc_2.sh} (56%) copy ld/testsuite/ld-x86-64/bnd-branch-1.s => gold/testsuite/bnd_plt_1.s (100%) copy gold/testsuite/{split_i386.sh => bnd_plt_1.sh} (54%)