This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-Os_LTO in repository toolchain/ci/binutils-gdb.
from 007024cc6a Add Andrew Burgess as global maintainer of gdb/ and sim/ adds e6e006612f Automatic date update in version.in adds c559d7096b (Windows) remove thread notification for main thread of inferior adds 2988d01ea5 (riscv/ada) fix error when calling functions with range argument adds b1041ae0ae [gdb, hurd] Remove long obsolete 'gnu_target_pid_to_str' fun [...] adds cabb5f067d [gdb, hurd] Work around conflict between Mach's 'thread_info [...] adds 2d0a338c7c [gdb, hurd] Repair build after "Convert struct target_ops to [...] adds 6c6ef69fb4 [gdb, hurd] Repair build after "Share fork_inferior et al wi [...] adds c29ee8d45e [gdb, hurd] Repair build after "Use thread_info and inferior [...] adds 924514e11c [gdb, hurd] Address "ISO C++ forbids converting a string con [...] adds 8071c5ce78 [gdb, hurd] Adjust to Hurd "proc" interface changes adds b671c7fb21 [gdb, hurd] Avoid using 'PATH_MAX' in 'gdb/remote.c' adds abc163a464 [ld, hurd] Remove 'ld-elf/elf.exp' XFAILs adds 9d70ffbc5b Updating test case adds 99df80f894 Automatic date update in version.in adds 91d78b8179 Use the correct name for various MACH-O based operating syst [...] adds 5f48666010 C++-ify bp_location adds cc12f4a8f9 Fix memory leak in create_ada_exception_catchpoint adds e397fd39c6 Fix some typos in ravenscar-thread.c adds 5b6ea500d5 Exception safety in ravenscar-thread.c adds 7657f14df7 C++-ify ravenscar_arch_ops adds 6cbcc006e9 Fix formatting in ravenscar-thread.c adds 989f3c583d Minor C++-ification in ravenscar-thread.c adds dea57a6263 Add push_target overload adds 0b790b1eeb Make the ravenscar thread target multi-target-ready adds 485b851b68 Special-case wildcard requests in ravenscar-thread.c
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 174 +++++++++++++++++ gdb/aarch64-ravenscar-thread.c | 47 ++--- gdb/ada-lang.c | 32 +--- gdb/breakpoint.c | 20 +- gdb/breakpoint.h | 18 +- gdb/config/i386/nm-i386gnu.h | 7 - gdb/configure.nat | 1 + gdb/corelow.c | 3 +- gdb/gnu-nat.c | 31 +-- gdb/gnu-nat.h | 17 +- gdb/i386-gnu-nat.c | 14 +- gdb/ppc-ravenscar-thread.c | 56 ++---- gdb/ravenscar-thread.c | 220 +++++++++++----------- gdb/ravenscar-thread.h | 9 +- gdb/remote.c | 10 +- gdb/riscv-tdep.c | 1 + gdb/sparc-ravenscar-thread.c | 34 +--- gdb/target.c | 9 + gdb/target.h | 3 + gdb/testsuite/ChangeLog | 8 + gdb/testsuite/gdb.arch/aarch64-dbreg-contents.c | 7 +- gdb/testsuite/gdb.arch/aarch64-dbreg-contents.exp | 15 +- gdb/windows-nat.c | 78 +++++--- include/ChangeLog | 4 + include/mach-o/loader.h | 6 +- ld/ChangeLog | 4 + ld/testsuite/ld-elf/elf.exp | 7 - 28 files changed, 491 insertions(+), 346 deletions(-)