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-stable-allnoconfig in repository toolchain/binutils-gdb.
from e2b7af7242 (Ada) fix "error in expression" when using watch -location command adds c175004a53 Automatic date update in version.in adds 3ba2ee38a6 RISC-V: Don't allow unaligned breakpoints. adds a4bcd73371 PR23850, strip should not discard/move .rela.plt in executable adds 285e3f99c7 Squash readelf warning on zero sh_link reloc section adds 396ce99883 [GOLD] make clean adds d54cfd762b QUIET flag initialization missing in 2 places. adds e8bf1ce461 (Ada) Add ravenscar tasking support on AArch64
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 + bfd/elf.c | 19 +- bfd/version.h | 2 +- binutils/ChangeLog | 6 + binutils/readelf.c | 40 ++-- gdb/ChangeLog | 24 +++ gdb/Makefile.in | 3 + gdb/NEWS | 5 + gdb/aarch64-ravenscar-thread.c | 213 +++++++++++++++++++++ gdb/{mi/mi-interp.h => aarch64-ravenscar-thread.h} | 12 +- gdb/aarch64-tdep.c | 3 + gdb/configure.tgt | 3 +- gdb/riscv-tdep.c | 32 +++- gdb/stack.c | 2 +- gdb/symtab.c | 2 +- gold/ChangeLog | 8 + gold/Makefile.am | 3 + gold/Makefile.in | 6 + gold/testsuite/Makefile.am | 2 + gold/testsuite/Makefile.in | 8 +- 20 files changed, 350 insertions(+), 49 deletions(-) create mode 100644 gdb/aarch64-ravenscar-thread.c copy gdb/{mi/mi-interp.h => aarch64-ravenscar-thread.h} (76%)