This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from a83ef1c760 gas: correctly output XCOFF tbss symbols with XTY_CM type. adds 6a7ee0010e [gdb/symtab] Implement addrmap_mutable_find adds f897689c88 elf: Treat undefined version as hidden adds 5b3ef0a595 [gdb/symtab] Use lambda function instead of addrmap_foreach_check adds 0613c3306c PR28162, segment fault in mips_elf_assign_gp adds a164bbda30 IBM Z: Remove lpswey parameter adds ed0dcb1fd3 gdb: fix warnings in bsd-kvm.c new d40947728b gdb: fix typo in complaint in dwarf2/macro.c new f6c4a82abd gdb: avoid dereferencing empty str_offsets_base optional in [...] new 06b80590fb gdb/testsuite: fix gdb.base/info-macros.exp with clang
The 3 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/elf.c | 1 + bfd/elf32-mips.c | 6 +- bfd/elf64-mips.c | 8 +- gas/testsuite/gas/s390/zarch-arch14.d | 2 +- gas/testsuite/gas/s390/zarch-arch14.s | 2 +- gdb/addrmap.c | 121 ++++++++++++++++++++- gdb/bsd-kvm.c | 6 +- gdb/dwarf2/macro.c | 23 +++- gdb/dwarf2/macro.h | 2 +- gdb/dwarf2/read.c | 4 +- gdb/testsuite/gdb.base/info-macros.exp | 8 +- ld/testsuite/ld-elf/linux-x86.exp | 17 +++ ld/testsuite/ld-elf/pr28158-1.c | 1 + .../copyreloc-main.S => ld-elf/pr28158-2.S} | 13 ++- ld/testsuite/ld-elf/pr28158.nd | 3 + ld/testsuite/ld-elf/pr28158.rd | 7 ++ ld/testsuite/ld-elf/{pr13195.t => pr28158.t} | 0 ld/testsuite/ld-elfvers/vers19.dsym | 2 +- ld/testsuite/ld-elfvers/vers2.dsym | 2 +- ld/testsuite/ld-elfvers/vers22.dsym | 2 +- ld/testsuite/ld-elfvers/vers23.dsym | 2 +- ld/testsuite/ld-elfvers/vers23d.dsym | 4 +- ld/testsuite/ld-elfvers/vers27d4.dsym | 2 +- ld/testsuite/ld-elfvers/vers28c.dsym | 2 +- ld/testsuite/ld-elfvers/vers3.dsym | 2 +- ld/testsuite/ld-elfvers/vers6.dsym | 6 +- opcodes/s390-opc.c | 2 + opcodes/s390-opc.txt | 2 +- 28 files changed, 205 insertions(+), 47 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr28158-1.c copy ld/testsuite/{ld-x86-64/copyreloc-main.S => ld-elf/pr28158-2.S} (66%) create mode 100644 ld/testsuite/ld-elf/pr28158.nd create mode 100644 ld/testsuite/ld-elf/pr28158.rd copy ld/testsuite/ld-elf/{pr13195.t => pr28158.t} (100%)