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-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 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 new aedbe3bb9f Improve remote attach round-trips without btrace new d7a11d1383 [gdb/testsuite] Clean up stale exec in gdb_compile_pascal new b4e87f2c1e Arm: Fix performance issue with thumb-2 tailcalls
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 | 11 +++++++ bfd/elf32-arm.c | 25 ++++++++++------ 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 | 25 ++++++++++++++++ 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/remote.c | 5 ++++ gdb/source-cache.c | 24 ++++++++++----- gdb/testsuite/ChangeLog | 5 ++++ gdb/testsuite/lib/pascal.exp | 2 ++ ld/ChangeLog | 26 ++++++++++++++++ ld/testsuite/ld-arm/cortex-a8-fix-b-plt.d | 2 +- ld/testsuite/ld-arm/cortex-a8-fix-b-rel-arm.d | 2 +- ld/testsuite/ld-arm/cortex-a8-fix-bcc-plt.d | 2 +- ld/testsuite/ld-arm/farcall-cond-thumb-arm.d | 2 +- ld/testsuite/ld-arm/farcall-mixed-app.d | 4 +-- ld/testsuite/ld-arm/farcall-mixed-app2.d | 4 +-- ld/testsuite/ld-arm/farcall-mixed-lib-v4t.d | 20 ++++++------- ld/testsuite/ld-arm/farcall-thumb-arm-pic-veneer.d | 2 +- ld/testsuite/ld-arm/farcall-thumb-arm-short.d | 2 +- ld/testsuite/ld-arm/farcall-thumb-arm.d | 4 +-- .../ld-arm/farcall-thumb-thumb-pic-veneer.d | 2 +- ld/testsuite/ld-arm/farcall-thumb-thumb.d | 2 +- ld/testsuite/ld-arm/fix-arm1176-on.d | 2 +- ld/testsuite/ld-arm/ifunc-10.dd | 32 ++++++++++---------- ld/testsuite/ld-arm/ifunc-2.dd | 8 ++--- ld/testsuite/ld-arm/ifunc-4.dd | 32 ++++++++++---------- ld/testsuite/ld-arm/ifunc-6.dd | 4 +-- ld/testsuite/ld-arm/ifunc-8.dd | 16 +++++----- ld/testsuite/ld-arm/jump-reloc-veneers-long.d | 2 +- ld/testsuite/ld-arm/mixed-app.d | 2 +- ld/testsuite/ld-arm/thumb2-b-interwork.d | 2 +- ld/testsuite/ld-arm/tls-longplt.d | 2 +- ld/testsuite/ld-arm/tls-thumb1.d | 4 +-- 46 files changed, 343 insertions(+), 116 deletions(-) create mode 100644 gas/testsuite/gas/mips/insn-isa-mode.d create mode 100644 gas/testsuite/gas/mips/insn-isa-mode.s