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-allyesconfig in repository toolchain/ci/binutils-gdb.
from d292364e95 PR24898, An out-of-bounds read occured in display_data adds 3eb185c97d Fix N^2 behavior in _bfd_dwarf2_find_symbol_bias adds c1a5d03a89 Add --with-static-standard-libraries to the top level adds d806ea2d0e Add Rust support to source highlighting adds f21c2bd7b7 Fix Fortran regression with variables in nested functions adds 7ce8f214f1 Fix indentation in value_has_field adds 770c015139 MIPS/gas: Retain ISA mode bit for labels with .insn annotation adds 5203173819 MIPS/gas: Fix misaligned address errors to disregard ISA mode bit adds ac533243be Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: ChangeLog | 5 +++ bfd/ChangeLog | 5 +++ bfd/dwarf2.c | 56 ++++++++++++++++++++++++++++------ bfd/version.h | 2 +- configure | 24 ++++++++++++++- configure.ac | 16 +++++++++- gas/ChangeLog | 19 ++++++++++++ gas/config/tc-mips.c | 35 ++++++++++++++++----- gas/testsuite/gas/mips/insn-isa-mode.d | 16 ++++++++++ gas/testsuite/gas/mips/insn-isa-mode.s | 14 +++++++++ gas/testsuite/gas/mips/mips.exp | 1 + gdb/ChangeLog | 20 ++++++++++++ gdb/block.c | 19 +++++++----- gdb/block.h | 10 +++++- gdb/configure | 6 ++++ gdb/configure.ac | 8 +++++ gdb/printcmd.c | 5 +-- gdb/python/py-value.c | 2 +- gdb/source-cache.c | 24 ++++++++++----- 19 files changed, 247 insertions(+), 40 deletions(-) create mode 100644 gas/testsuite/gas/mips/insn-isa-mode.d create mode 100644 gas/testsuite/gas/mips/insn-isa-mode.s