This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from 4c5aa8e0b1 Arm: Remove unused feature files and tests adds 56f79b6307 Change ARI to mention C++11, and remove some rules adds ec38ac465d x86: Pass -O0 to assembler in noextreg.d adds 01e175fe1b gdb/riscv: Write 4-byte nop to dummy code region before infe [...] adds bcbaec5c40 Automatic date update in version.in adds 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 [...] 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 | 16 +++ 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 + gas/testsuite/gas/i386/noextreg.d | 1 + gdb/ChangeLog | 50 ++++++++ gdb/MAINTAINERS | 1 + gdb/NEWS | 4 + gdb/c-typeprint.c | 2 +- gdb/contrib/ari/gdb_ari.sh | 42 +------ gdb/doc/ChangeLog | 10 ++ gdb/doc/gdb.texinfo | 8 +- gdb/doc/python.texi | 2 - gdb/riscv-tdep.c | 35 +++++- gdb/symtab.c | 109 ++++++++++++++---- gdb/testsuite/ChangeLog | 16 +++ gdb/testsuite/gdb.ada/info_auto_lang.exp | 5 +- .../sysroot.c => gdb.arch/riscv-bp-infcall.c} | 10 +- gdb/testsuite/gdb.arch/riscv-bp-infcall.exp | 56 +++++++++ gdb/testsuite/gdb.base/info-types.c | 117 +++++++++++++++++++ gdb/testsuite/gdb.base/info-types.exp | 127 +++++++++++++++++++++ gdb/tui/tui-win.c | 4 +- ld/ChangeLog | 10 ++ ld/ldlex.l | 4 +- ld/testsuite/ld-arm/cmse_main_sec_debug.d | 18 +-- opcodes/arm-dis.c | 4 - 33 files changed, 689 insertions(+), 225 deletions(-) copy gdb/testsuite/{gdb.server/sysroot.c => gdb.arch/riscv-bp-infcall.c} (86%) create mode 100644 gdb/testsuite/gdb.arch/riscv-bp-infcall.exp create mode 100644 gdb/testsuite/gdb.base/info-types.c create mode 100644 gdb/testsuite/gdb.base/info-types.exp