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-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 86e4e63d7c Fix "control reaches end of non-void function" errors in testsuite adds b2188a06e4 update name of several Ada fixed-point type handling functions adds a7b9ceb8b4 Fix the only incorrect case found by command_structure_invar [...] adds 58e6ac7006 Add a selftest that detects a 'corrupted' command tree struc [...] adds 0605465feb Fix problem that alias can be defined or not depending on th [...] adds 3f4d92ebdf Fix the problems reported by prefix check of command-def-sel [...] adds 89bcba74f8 command-def-selftests.c: detect missing or wrong prefix cmd [...] adds 7aa1b46f43 Fix inconsistent output of prefix and bugs in 'show' command adds 3b3aaacba1 Fix/improve 'help CLASS' output adds 7c05caf72d Fix/improve 'apropos' output adds 57b4f16e49 Ensure class_alias is only used for user-defined aliases. adds 5b4a1a8dbe Update NEWS and documentation for help and apropos changes. adds 8c14c3a373 Remove allocate_symbol et al adds d6bc0792ed Remove lookup_objfile_from_block adds 1c5dd7a572 Automatic date update in version.in adds 8f86ae1a18 gdb: remove unnecessary struct typedef in sparc64-tdep.c adds 8bbf03947d gdbserver/linux-ia64-low: fix a build-breaking typo adds 9bf058f094 Fix IA64 GNU/Linux build adds 56770bdab2 Sync config with GCC adds 59f7bd8d2b gdb: fix -Wtautological-overlap-compare warning in mips-linu [...] new 2dab0c7ba0 Remove ALL_UIS
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/version.h | 2 +- config/ChangeLog | 13 + config/cet.m4 | 5 +- gdb/ChangeLog | 172 +++++++++++++ gdb/Makefile.in | 2 +- gdb/NEWS | 8 + gdb/ada-lang.c | 42 ++-- gdb/ada-lang.h | 4 +- gdb/ada-typeprint.c | 12 +- gdb/ada-valprint.c | 2 +- gdb/breakpoint.c | 12 +- gdb/cli/cli-cmds.c | 34 ++- gdb/cli/cli-decode.c | 267 +++++++++++++++------ gdb/cli/cli-decode.h | 3 - gdb/cli/cli-setshow.c | 38 +-- gdb/cli/cli-setshow.h | 3 +- gdb/coffread.c | 4 +- gdb/command.h | 49 +++- gdb/ctfread.c | 6 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 22 +- gdb/dwarf2/index-cache.c | 2 +- gdb/dwarf2/read.c | 9 +- gdb/ia64-linux-nat.c | 8 +- gdb/infcmd.c | 6 +- gdb/infrun.c | 3 +- gdb/jit.c | 2 +- gdb/language.c | 1 + gdb/mdebugread.c | 4 +- gdb/mips-linux-tdep.c | 6 +- gdb/parse.c | 2 +- gdb/printcmd.c | 18 +- gdb/remote-fileio.c | 8 +- gdb/remote-fileio.h | 4 +- gdb/remote.c | 2 +- gdb/reverse.c | 10 +- gdb/sparc64-tdep.c | 8 +- gdb/stabsread.c | 12 +- gdb/stack.c | 2 +- gdb/symfile.c | 4 +- gdb/symtab.c | 82 ++----- gdb/symtab.h | 16 +- gdb/testsuite/ChangeLog | 23 ++ gdb/testsuite/gdb.base/alias.exp | 11 +- gdb/testsuite/gdb.base/default.exp | 4 +- gdb/testsuite/gdb.base/help.exp | 51 ++-- gdb/top.c | 3 +- gdb/top.h | 10 +- gdb/tracepoint.c | 4 +- ...elp-doc-selftests.c => command-def-selftests.c} | 114 ++++++++- gdb/xcoffread.c | 9 +- gdbserver/ChangeLog | 6 + gdbserver/linux-ia64-low.cc | 8 +- 53 files changed, 806 insertions(+), 351 deletions(-) rename gdb/unittests/{help-doc-selftests.c => command-def-selftests.c} (51%)