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 d7ab4911f8 S/390: Fix ifunc missing runtime reloc new 38b123494b x86-64: Improve PLT generation and synthetic PLT symbols
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: bfd/ChangeLog | 67 + bfd/elf64-x86-64.c | 1407 ++++++++++++-------- ld/ChangeLog | 33 + ld/testsuite/ld-ifunc/ifunc-16-x86-64-now.d | 14 + ld/testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d | 32 + ld/testsuite/ld-ifunc/ifunc-2-x86-64-now.d | 32 + ld/testsuite/ld-ifunc/pr17154-x86-64-now.d | 51 + ld/testsuite/ld-x86-64/bnd-branch-1-now.d | 43 + ld/testsuite/ld-x86-64/bnd-ifunc-1-now.d | 33 + ld/testsuite/ld-x86-64/bnd-ifunc-2-now.d | 55 + ld/testsuite/ld-x86-64/bnd-plt-1-now.d | 43 + ld/testsuite/ld-x86-64/load1b-nacl.d | 76 +- ld/testsuite/ld-x86-64/load1b.d | 77 +- ld/testsuite/ld-x86-64/mpx.exp | 10 + ld/testsuite/ld-x86-64/mpx3n.dd | 28 + ld/testsuite/ld-x86-64/mpx4n.dd | 25 + ld/testsuite/ld-x86-64/plt-main-bnd-now.rd | 3 + ld/testsuite/ld-x86-64/plt-main-bnd.dd | 2 +- ld/testsuite/ld-x86-64/plt2.dd | 34 + ld/testsuite/ld-x86-64/plt2.rd | 9 + ld/testsuite/ld-x86-64/plt2.s | 7 + ld/testsuite/ld-x86-64/pr20253-1h.d | 12 +- .../ld-x86-64/{pr20830a.d => pr20830a-now.d} | 12 +- ld/testsuite/ld-x86-64/pr20830a.d | 4 +- .../ld-x86-64/{pr20830b.d => pr20830b-now.d} | 12 +- ld/testsuite/ld-x86-64/pr20830b.d | 4 +- .../ld-x86-64/{pr21038a.d => pr21038a-now.d} | 13 +- ld/testsuite/ld-x86-64/pr21038a.d | 4 +- .../ld-x86-64/{pr21038a.d => pr21038b-now.d} | 16 +- .../ld-x86-64/{pr21038a.d => pr21038c-now.d} | 36 +- ld/testsuite/ld-x86-64/pr21038c.d | 4 +- ld/testsuite/ld-x86-64/x86-64.exp | 56 + 32 files changed, 1601 insertions(+), 653 deletions(-) create mode 100644 ld/testsuite/ld-ifunc/ifunc-16-x86-64-now.d create mode 100644 ld/testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d create mode 100644 ld/testsuite/ld-ifunc/ifunc-2-x86-64-now.d create mode 100644 ld/testsuite/ld-ifunc/pr17154-x86-64-now.d create mode 100644 ld/testsuite/ld-x86-64/bnd-branch-1-now.d create mode 100644 ld/testsuite/ld-x86-64/bnd-ifunc-1-now.d create mode 100644 ld/testsuite/ld-x86-64/bnd-ifunc-2-now.d create mode 100644 ld/testsuite/ld-x86-64/bnd-plt-1-now.d create mode 100644 ld/testsuite/ld-x86-64/mpx3n.dd create mode 100644 ld/testsuite/ld-x86-64/mpx4n.dd create mode 100644 ld/testsuite/ld-x86-64/plt-main-bnd-now.rd create mode 100644 ld/testsuite/ld-x86-64/plt2.dd create mode 100644 ld/testsuite/ld-x86-64/plt2.rd create mode 100644 ld/testsuite/ld-x86-64/plt2.s copy ld/testsuite/ld-x86-64/{pr20830a.d => pr20830a-now.d} (79%) copy ld/testsuite/ld-x86-64/{pr20830b.d => pr20830b-now.d} (78%) copy ld/testsuite/ld-x86-64/{pr21038a.d => pr21038a-now.d} (78%) copy ld/testsuite/ld-x86-64/{pr21038a.d => pr21038b-now.d} (74%) copy ld/testsuite/ld-x86-64/{pr21038a.d => pr21038c-now.d} (55%)