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-stable-allnoconfig in repository toolchain/ci/binutils-gdb.
from 9ab3a74416 PR24827, Linker loops forever if unterminated multi-line com [...] adds f720d67c59 Automatic date update in version.in adds 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 [...] new bfa2a36d94 Remove self-assign from make_invisible_and_set_new_height
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 +- 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 | 10 +++ gdb/doc/gdb.texinfo | 8 +- gdb/doc/python.texi | 2 - 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 - 27 files changed, 559 insertions(+), 183 deletions(-) create mode 100644 gdb/testsuite/gdb.base/info-types.c create mode 100644 gdb/testsuite/gdb.base/info-types.exp