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-arm-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 9cab7ecda2 Fix float to LONGEST conversion. adds f48cd8368b Refactor get_init_files to use std::string adds 9224a01377 Factor out the code to do the datadir-relocation for gdbinit adds f2aec7f6d1 Make relocate_{path,gdb_directory} return std::string adds 19d16d8789 Automatic date update in version.in adds 7a28970742 Fix signals reported for faults on Solaris adds a19826f4c4 PR24981, Hit assertion failure in ld/ldlang.c:7504 adds 0d41d9a2aa LOAD in linker map file new 4993045d18 Output the Ada task name in more messages. new 25e5c20918 [gdb/testsuite] Allow some tests in gdb.base/store.exp to be [...]
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/version.h | 2 +- gdb/ChangeLog | 49 ++++++ gdb/NEWS | 3 + gdb/ada-tasks.c | 66 ++++++-- gdb/auto-load.c | 2 +- gdb/defs.h | 8 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 14 +- gdb/guile/guile.c | 5 +- gdb/jit.c | 4 +- gdb/main.c | 219 +++++++++++++------------- gdb/procfs.c | 38 +---- gdb/python/python.c | 2 +- gdb/testsuite/ChangeLog | 11 ++ gdb/testsuite/gdb.ada/rdv_wait.exp | 2 +- gdb/testsuite/gdb.ada/task_switch_in_core.exp | 2 +- gdb/testsuite/gdb.base/store.exp | 65 +++++--- gdb/top.c | 2 +- gdb/xml-syscall.c | 7 +- ld/ChangeLog | 10 ++ ld/ldlang.c | 9 +- 21 files changed, 325 insertions(+), 200 deletions(-)