This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_debug in repository toolchain/ci/binutils-gdb.
from 685c6a8637 Automatic date update in version.in adds 2f2c677e67 Move find_toplevel_char to cp-support.[ch] adds b05752c223 Unit tests for strncmp_iw_with_mode adds 64a9760601 Support template lookups in strncmp_iw_with_mode adds 9a9dfb6880 RISC-V: Fix mask for some fcvt instructions adds 0f94906fba RISC-V: Remove a loop in the ISA parser adds 13cd9508af gdb/testsuite: fix list.exp test cases adds e8b4efc3cf Print MI prompt on interrupted command adds 820ed8af6a gdb: add operator+= and operator+ overload for std::string adds 18694ad5bd gdb-add-index: disable debuginfod new cc1cf2a604 Automatic date update in version.in
The 1 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/elfxx-riscv.c | 11 +- bfd/version.h | 2 +- gdb/Makefile.in | 1 + gdb/NEWS | 14 + gdb/contrib/gdb-add-index.sh | 1 + gdb/cp-support.c | 82 +++- gdb/cp-support.h | 7 + gdb/doc/gdb.texinfo | 15 + gdb/linespec.c | 77 ---- gdb/linespec.h | 7 - gdb/mi/mi-interp.c | 11 + gdb/symfile.c | 6 +- gdb/testsuite/gdb.base/list.exp | 81 ++-- gdb/testsuite/gdb.cp/templates.cc | 47 ++ gdb/testsuite/gdb.cp/templates.exp | 67 +++ gdb/testsuite/gdb.linespec/cpcompletion.exp | 437 ++++++++++++++++++- gdb/testsuite/gdb.linespec/cpls-ops.exp | 53 +-- gdb/testsuite/gdb.linespec/cpls.cc | 110 ++++- gdb/unittests/unique_xmalloc_ptr_char.c | 57 +++ gdb/utils.c | 647 +++++++++++++++++++++++++++- gdb/utils.h | 7 +- gdbsupport/gdb_unique_ptr.h | 19 + opcodes/riscv-opc.c | 8 +- 23 files changed, 1578 insertions(+), 189 deletions(-) create mode 100644 gdb/unittests/unique_xmalloc_ptr_char.c