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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from b271c8567a Automatic date update in version.in adds 2c115c4f3c Automatic date update in version.in adds 72c03e30ae Float16: Fix test failures for non ELF targets adds 903b777dde PowerPC64 ha/lo insn checks adds 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 new 7ce8f214f1 Fix indentation in value_has_field new 770c015139 MIPS/gas: Retain ISA mode bit for labels with .insn annotation new 5203173819 MIPS/gas: Fix misaligned address errors to disregard ISA mode bit
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: ChangeLog | 5 + bfd/ChangeLog | 14 +++ bfd/dwarf2.c | 56 +++++++++-- bfd/elf64-ppc.c | 172 +++++++++++++++++++-------------- bfd/version.h | 2 +- binutils/ChangeLog | 6 ++ binutils/dwarf.c | 12 +-- configure | 24 ++++- configure.ac | 16 ++- gas/ChangeLog | 23 +++++ gas/config/tc-arm.c | 49 +++++----- 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 +++-- 23 files changed, 394 insertions(+), 145 deletions(-) create mode 100644 gas/testsuite/gas/mips/insn-isa-mode.d create mode 100644 gas/testsuite/gas/mips/insn-isa-mode.s