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-allmodconfig in repository toolchain/ci/binutils-gdb.
from 6207ed2877 Prevent more potential illegal memory accesses in the RX dis [...] adds 7bb4305982 Store the mangled name as a string_view adds 1a6ff1a96b Add a fast_hash function in common-utils adds ccb1ba6229 Use libxxhash for hashing, if present adds 3a49427939 Fix compile error & incorrect push adds 403772ef61 Make demangled_name_entry::language not a bitfield adds 6a093f341b Automatic date update in version.in adds 7e785608ce [gdb/breakpoints] Fix fullname.exp when run from symlink dir adds de6d8dc25c Fix typo in RX disassembler error messages. new 4d0b984b97 Use m4_include, not sinclude in .m4 files new c12d372d26 Check for sigprocmask in common.m4
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 | 60 ++++++ gdb/Makefile.in | 8 +- gdb/acinclude.m4 | 44 ++-- gdb/config.in | 3 + gdb/configure | 502 ++++++++++++++++++++++++++++++++++++++++++++- gdb/configure.ac | 25 ++- gdb/gdbserver/ChangeLog | 9 + gdb/gdbserver/acinclude.m4 | 10 +- gdb/gdbserver/config.in | 3 + gdb/gdbserver/configure | 3 +- gdb/gdbsupport/common.m4 | 3 +- gdb/symtab.c | 38 +++- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/aclocal.m4 | 6 +- gdb/utils.h | 18 ++ opcodes/ChangeLog | 9 + opcodes/rx-dis.c | 20 +- 18 files changed, 710 insertions(+), 58 deletions(-)