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-bootstrap in repository toolchain/ci/binutils-gdb.
from 814be17cf9 Automatic date update in version.in adds 82d1f134cc gdb: follow-fork: push target and add thread in target_follow_fork adds 29daccc9f3 revise PE IMAGE_SCN_LNK_NRELOC_OVFL test adds 010e444b2f PR28155, Superfluous "the" in the man page adds 47fcfcbadc PR28156, rename.c doesn't compile with MinGW adds 934cb8492f gas: always add dummy symbols when creating XCOFF sections. adds 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
No new revisions were added by this update.
Summary of changes: bfd/coffcode.h | 2 +- bfd/elf.c | 1 + binutils/rename.c | 2 + gas/config/tc-ppc.c | 31 ++-- gdb/addrmap.c | 121 ++++++++++++++- gdb/exec.c | 6 +- gdb/exec.h | 9 +- gdb/fbsd-nat.c | 8 +- gdb/fbsd-nat.h | 2 +- gdb/infrun.c | 170 +++++++++------------ gdb/linux-nat.c | 15 +- gdb/linux-nat.h | 2 +- gdb/obsd-nat.c | 9 +- gdb/obsd-nat.h | 2 +- gdb/process-stratum-target.c | 17 +++ gdb/process-stratum-target.h | 9 ++ gdb/remote.c | 10 +- gdb/target-delegates.c | 24 +-- gdb/target.c | 24 ++- gdb/target.h | 7 +- ld/ld.texi | 2 +- 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 +- 36 files changed, 354 insertions(+), 184 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%)