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-lts-allmodconfig 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 adds a8eab7c6d5 gdb: Switch "info types" over to use the gdb::options framework adds eb86c5e2e8 gdb: Improve output from "info types" commad adds a8e9d24718 gdb: Show type summary for anonymous structures from c_print [...] adds 236ab0c60c This patch addresses the change in the June Armv8.1-M Mainli [...] adds 0c628bba5a Fixes the linker testcase "Secure gateway veneers:cmse funct [...] adds bfa2a36d94 Remove self-assign from make_invisible_and_set_new_height adds 89356123a1 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 12 +++ gas/config/tc-arm.c | 5 -- gas/testsuite/gas/arm/mve-vqdmladh-bad.l | 108 ++++++++++++------------- gas/testsuite/gas/arm/mve-vqdmladh-bad.s | 8 -- gas/testsuite/gas/arm/mve-vqdmladh.d | 6 ++ gas/testsuite/gas/arm/mve-vqdmladh.s | 6 ++ gas/testsuite/gas/arm/mve-vqdmlsdh-bad.l | 108 ++++++++++++------------- gas/testsuite/gas/arm/mve-vqdmlsdh-bad.s | 8 -- gas/testsuite/gas/arm/mve-vqdmlsdh.d | 6 ++ gas/testsuite/gas/arm/mve-vqdmlsdh.s | 6 ++ gdb/ChangeLog | 40 ++++++++++ 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 ++++++++++++++++++++++++++++++ gdb/tui/tui-win.c | 4 +- ld/ChangeLog | 5 ++ ld/testsuite/ld-arm/cmse_main_sec_debug.d | 18 ++--- opcodes/arm-dis.c | 4 - 26 files changed, 554 insertions(+), 181 deletions(-) create mode 100644 gdb/testsuite/gdb.base/info-types.c create mode 100644 gdb/testsuite/gdb.base/info-types.exp