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-mainline-allnoconfig in repository toolchain/binutils-gdb.
from 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 adds 34156b2386 binutils: Add AC_FUNC_MMAP to configure.ac adds a1fb41caab Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 + bfd/elf.c | 19 +- bfd/version.h | 2 +- binutils/ChangeLog | 12 ++ binutils/config.in | 6 + binutils/configure | 209 +++++++++++++++++++- binutils/configure.ac | 1 + binutils/readelf.c | 40 ++-- gdb/ChangeLog | 18 ++ 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/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 +- 22 files changed, 540 insertions(+), 43 deletions(-) create mode 100644 gdb/aarch64-ravenscar-thread.c copy gdb/{mi/mi-interp.h => aarch64-ravenscar-thread.h} (76%)