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 862180a2d10 Fix two bugs in gdbserver thread name handling new 2e93abb858a x86: Don't check R_386_NONE nor R_X86_64_NONE
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/elf32-i386.c | 4 ++++ bfd/elf64-x86-64.c | 4 ++++ ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/pr31047.d | 13 +++++++++++++ ld/testsuite/ld-x86-64/pr31047-x32.d | 13 +++++++++++++ ld/testsuite/ld-x86-64/{pr20093-2.d => pr31047.d} | 4 +++- ld/testsuite/ld-x86-64/pr31047a.s | 3 +++ ld/testsuite/ld-x86-64/pr31047b.s | 6 ++++++ ld/testsuite/ld-x86-64/x86-64.exp | 2 ++ 9 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 ld/testsuite/ld-i386/pr31047.d create mode 100644 ld/testsuite/ld-x86-64/pr31047-x32.d copy ld/testsuite/ld-x86-64/{pr20093-2.d => pr31047.d} (54%) create mode 100644 ld/testsuite/ld-x86-64/pr31047a.s create mode 100644 ld/testsuite/ld-x86-64/pr31047b.s