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-defconfig in repository toolchain/binutils-gdb.
from e8d8cce69b Import mkdtemp gnulib module, fix mingw build adds e1c3a37375 arm-pikeos: software single step adds 1cc62f2e44 rs6000-tdep.c:skip_prologue avoid negative left shift adds 87f7ab7b84 gdb.texinfo: Fix the output of the "info tasks 2" example adds 8b578f9c76 remove trailing spaces in print-utils.c ("int_string" function) adds 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 | 49 +++++ gdb/Makefile.in | 4 + gdb/NEWS | 5 + gdb/aarch64-ravenscar-thread.c | 213 +++++++++++++++++++++ gdb/aarch64-ravenscar-thread.h | 27 +++ gdb/aarch64-tdep.c | 3 + gdb/ada-lang.c | 13 +- gdb/arm-pikeos-tdep.c | 92 +++++++++ gdb/common/print-utils.c | 6 +- gdb/configure.tgt | 4 +- gdb/defs.h | 1 + gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 3 +- gdb/osabi.c | 1 + gdb/riscv-tdep.c | 32 +++- gdb/rs6000-tdep.c | 11 +- gdb/stack.c | 2 +- gdb/symtab.c | 2 +- gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.ada/watch_minus_l.exp | 42 ++++ .../gdb.ada/watch_minus_l/foo_ra10_006.adb | 22 +++ .../{mi_string_access => watch_minus_l}/pck.adb | 0 gdb/testsuite/gdb.ada/watch_minus_l/pck.ads | 22 +++ gold/ChangeLog | 8 + gold/Makefile.am | 3 + gold/Makefile.in | 6 + gold/testsuite/Makefile.am | 2 + gold/testsuite/Makefile.in | 8 +- 33 files changed, 611 insertions(+), 52 deletions(-) create mode 100644 gdb/aarch64-ravenscar-thread.c create mode 100644 gdb/aarch64-ravenscar-thread.h create mode 100644 gdb/arm-pikeos-tdep.c create mode 100644 gdb/testsuite/gdb.ada/watch_minus_l.exp create mode 100644 gdb/testsuite/gdb.ada/watch_minus_l/foo_ra10_006.adb copy gdb/testsuite/gdb.ada/{mi_string_access => watch_minus_l}/pck.adb (100%) create mode 100644 gdb/testsuite/gdb.ada/watch_minus_l/pck.ads