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-allyesconfig in repository toolchain/ci/binutils-gdb.
from 86ceaf9867 Make documentation of "python" command match actual behavior adds 7fec04c365 Automatic date update in version.in adds c8cdc1e083 [FYI] Add myself to gdb/MAINTAINERS adds c32e6a04f4 Use block_enum instead of int for better typesafety adds b4603c3464 Add ChangeLog entry for the last commit new a8eab7c6d5 gdb: Switch "info types" over to use the gdb::options framework new eb86c5e2e8 gdb: Improve output from "info types" commad new a8e9d24718 gdb: Show type summary for anonymous structures from c_print [...]
The 3 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 | 35 +++++++++ gdb/MAINTAINERS | 1 + gdb/NEWS | 4 + gdb/c-typeprint.c | 2 +- gdb/doc/ChangeLog | 5 ++ gdb/doc/gdb.texinfo | 8 +- gdb/symtab.c | 109 +++++++++++++++++++++----- gdb/testsuite/ChangeLog | 11 +++ gdb/testsuite/gdb.ada/info_auto_lang.exp | 5 +- gdb/testsuite/gdb.base/info-types.c | 117 ++++++++++++++++++++++++++++ gdb/testsuite/gdb.base/info-types.exp | 127 +++++++++++++++++++++++++++++++ 12 files changed, 397 insertions(+), 29 deletions(-) create mode 100644 gdb/testsuite/gdb.base/info-types.c create mode 100644 gdb/testsuite/gdb.base/info-types.exp