This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 496afd1705 elf: Add -z unique-symbol to avoid duplicated local symbol names adds 8087c3fa8b Fix GDB build in infrun.c when configured with unit tests disabled adds 320f5391b6 Automatic date update in version.in adds 32aea73e01 Bump version to 11.0.50.DATE-git. adds ed6a896ca6 Update NEWS post GDB 10 branch creation. adds 1f656a652e Re: elf: Add -z unique-symbol new 77f2120b20 Don't drop static function bp locations w/o debug info
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/version.h | 2 +- gdb/ChangeLog | 22 ++++++ gdb/NEWS | 4 +- gdb/infrun.c | 3 + gdb/linespec.c | 88 +++++++++++------------ gdb/testsuite/ChangeLog | 14 ++++ gdb/testsuite/gdb.base/default.exp | 2 +- gdb/testsuite/gdb.base/msym-bp-2.c | 21 ++++++ gdb/testsuite/gdb.base/msym-bp-shl-lib.c | 21 ++++++ gdb/testsuite/gdb.base/msym-bp-shl-main-2.c | 21 ++++++ gdb/testsuite/gdb.base/msym-bp-shl-main.c | 25 +++++++ gdb/testsuite/gdb.base/msym-bp-shl.exp | 107 ++++++++++++++++++++++++++++ gdb/testsuite/gdb.base/msym-bp.c | 27 +++++++ gdb/testsuite/gdb.base/msym-bp.exp | 83 +++++++++++++++++++++ gdb/version.in | 2 +- ld/ChangeLog | 6 ++ ld/testsuite/ld-elf/pr26391.nd | 6 +- 17 files changed, 400 insertions(+), 54 deletions(-) create mode 100644 gdb/testsuite/gdb.base/msym-bp-2.c create mode 100644 gdb/testsuite/gdb.base/msym-bp-shl-lib.c create mode 100644 gdb/testsuite/gdb.base/msym-bp-shl-main-2.c create mode 100644 gdb/testsuite/gdb.base/msym-bp-shl-main.c create mode 100644 gdb/testsuite/gdb.base/msym-bp-shl.exp create mode 100644 gdb/testsuite/gdb.base/msym-bp.c create mode 100644 gdb/testsuite/gdb.base/msym-bp.exp