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-lts-defconfig in repository toolchain/ci/binutils-gdb.
from ea142fbfc9 Fix breakpoints on file reloads for PIE binaries adds 1f6f6e21fa Ensure GDB printf command can print convenience var strings [...] adds 64da05d557 Automatic date update in version.in adds d69cd47e7e Re: gas/ELF: don't accumulate .type settings new b3a7d1711e gdb/riscv: Don't use default bfd to define required features new 0ba852ab41 gdb: Remove unneeded parameter from set_breakpoint_location_ [...] new 5b0e2db4fa gdb: Don't skip prologue for explicit line breakpoints in assembler
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/version.h | 2 +- gas/ChangeLog | 9 ++ gas/config/obj-elf.c | 17 --- gas/config/tc-mips.c | 30 +++-- gas/config/tc-mips.h | 5 + gas/testsuite/gas/elf/type-2.e | 10 ++ gdb/ChangeLog | 35 +++++- gdb/NEWS | 7 ++ gdb/breakpoint.c | 14 +-- gdb/linespec.c | 3 +- gdb/printcmd.c | 140 +++++++++++++-------- gdb/riscv-tdep.c | 12 -- gdb/symtab.c | 21 ++-- gdb/testsuite/ChangeLog | 11 ++ ...eakpoint-shadow.S => amd64-break-on-asm-line.S} | 41 +++--- ...ilcall-self.exp => amd64-break-on-asm-line.exp} | 20 +-- gdb/testsuite/gdb.base/printcmds.exp | 59 ++++++++- 17 files changed, 285 insertions(+), 151 deletions(-) copy gdb/testsuite/gdb.arch/{ia64-breakpoint-shadow.S => amd64-break-on-asm-line.S} (56%) copy gdb/testsuite/gdb.arch/{amd64-tailcall-self.exp => amd64-break-on-asm-line.ex [...]