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 cbb09508e4 Rename remaining members of buildsym_compunit to start with "m_" new 241e64e3b4 x86: Add a GNU_PROPERTY_X86_ISA_1_USED note if needed new 2d38991535 MIPS/Linux/native: Convert to `get_ptrace_pid' for PID extraction
The 2 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 | 8 +++ bfd/elfxx-x86.c | 60 ++++++++++++++++------ gdb/ChangeLog | 6 +++ gdb/mips-linux-nat.c | 6 +-- ld/ChangeLog | 24 +++++++++ ld/testsuite/ld-elf/linux-x86.S | 63 ++++++++++++++++++++++++ ld/testsuite/ld-elf/{notes.exp => linux-x86.exp} | 41 +++++++-------- ld/testsuite/ld-elf/pr23428.c | 43 ++++++++++++++++ ld/testsuite/ld-elf/sec64k.exp | 2 + ld/testsuite/ld-i386/abs-iamcu.d | 2 +- ld/testsuite/ld-i386/abs.d | 2 +- ld/testsuite/ld-i386/pr12718.d | 2 +- ld/testsuite/ld-i386/pr12921.d | 2 +- ld/testsuite/ld-linkonce/zeroeh.ld | 1 + ld/testsuite/ld-scripts/print-memory-usage.t | 2 + ld/testsuite/ld-scripts/size-2.t | 1 + ld/testsuite/ld-x86-64/abs-k1om.d | 2 +- ld/testsuite/ld-x86-64/abs-l1om.d | 2 +- ld/testsuite/ld-x86-64/abs.d | 2 +- ld/testsuite/ld-x86-64/pr12718.d | 2 +- ld/testsuite/ld-x86-64/pr12921.d | 2 +- ld/testsuite/lib/ld-lib.exp | 5 +- 22 files changed, 230 insertions(+), 50 deletions(-) create mode 100644 ld/testsuite/ld-elf/linux-x86.S copy ld/testsuite/ld-elf/{notes.exp => linux-x86.exp} (55%) create mode 100644 ld/testsuite/ld-elf/pr23428.c