This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_28-branch in repository binutils-gdb.
from 326e3a0 i386/x86-64: Add unwind info for .plt.got section new 7d5f076 x86-64: Correct unwind info for the BND PLT and .plt.bnd
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 | 24 ++++ bfd/elf64-x86-64.c | 143 +++++++++++++++++---- ld/ChangeLog | 20 +++ ld/testsuite/ld-x86-64/{pr20830a.d => pr21038a.d} | 15 +-- ld/testsuite/ld-x86-64/{pr20830.s => pr21038a.s} | 0 ld/testsuite/ld-x86-64/{pr20830a.d => pr21038b.d} | 33 ++--- .../{ld-i386/pr20830.s => ld-x86-64/pr21038b.s} | 1 - ld/testsuite/ld-x86-64/pr21038c.d | 90 +++++++++++++ ld/testsuite/ld-x86-64/{pr12570a.s => pr21038c.s} | 5 +- ld/testsuite/ld-x86-64/x86-64.exp | 3 + 10 files changed, 279 insertions(+), 55 deletions(-) copy ld/testsuite/ld-x86-64/{pr20830a.d => pr21038a.d} (74%) copy ld/testsuite/ld-x86-64/{pr20830.s => pr21038a.s} (100%) copy ld/testsuite/ld-x86-64/{pr20830a.d => pr21038b.d} (59%) copy ld/testsuite/{ld-i386/pr20830.s => ld-x86-64/pr21038b.s} (77%) create mode 100644 ld/testsuite/ld-x86-64/pr21038c.d copy ld/testsuite/ld-x86-64/{pr12570a.s => pr21038c.s} (53%)