This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from 46e3ed7ff9 C++-ify struct thread_fsm adds bd447abb24 Make gdb.base/corefile.exp work on terminals with few rows adds 2012bf013b Move potentially obsolete BFD targets into the definitely ob [...] adds df0da8a2b8 gdbserver: When attaching, add process before lwps adds 4a83b61091 Updated Swedish translation for the opcodes sub-directory adds 5d3db3e297 Fix typo in description of --start-group/--end-group options. adds 0e7e9601be Visium: align branch absolute instruction for the GR6 adds 68a091326f Visium: fix bogus overflow check on 32-bit hosts adds b2abe1bd81 SPARC: fix PR ld/18841 adds 6456d318aa AArch64: Add verifier for By elem Single and Double sized in [...] adds bd756351a6 AArch64: Add negative tests for Armv8.3-a complex number ins [...] adds f7dd2fb2e2 Arm: Backport hlt to all architectures. adds 2c6c61c3c9 Automatic date update in version.in adds 96fd92af29 binutils/size: Update example output in documentation adds 482f3505d1 Make inline plt reloc "unsupported for bss-plt" an error adds 46cbf38dc3 binutils: Add new GNU format mode to `size` utility adds ca0bc15098 RISC-V: Compress 3-operand beq/bne against x0. adds 21820ebe58 Add missing ChangeLog files for previous patch. adds 617126bc8a RISC-V: Add FP register core file support. adds d1ea488747 Automatic date update in version.in adds a0e90a73f0 [ARC] don't force _init/_fini as DT_INIT/DT_FINI. adds 10a54ace4a Automatic date update in version.in adds aff29d1c73 (Ada) -var-update crash for variable whose type is a referen [...] adds ab759ca8db Fix type_stack leaks in c expression parsing. adds db22231044 gas: Pass max_bytes to TC_FRAG_INIT adds 7115ab9c4b Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 29 + bfd/config.bfd | 2 +- bfd/elf32-arc.c | 10 - bfd/elf32-ppc.c | 4 +- bfd/elf32-sparc.c | 33 +- bfd/elf32-visium.c | 13 +- bfd/elf64-sparc.c | 33 +- bfd/version.h | 2 +- binutils/ChangeLog | 29 + binutils/NEWS | 5 + binutils/README-how-to-make-a-release | 6 +- binutils/doc/binutils.texi | 35 +- binutils/size.c | 110 ++-- binutils/testsuite/binutils-all/size.exp | 20 + gas/ChangeLog | 62 ++ gas/config/tc-aarch64.h | 3 +- gas/config/tc-arm.c | 13 +- gas/config/tc-arm.h | 3 +- gas/config/tc-avr.h | 2 +- gas/config/tc-i386.h | 9 +- gas/config/tc-ia64.h | 2 +- gas/config/tc-mmix.h | 2 +- gas/config/tc-nds32.h | 2 +- gas/config/tc-ns32k.h | 2 +- gas/config/tc-riscv.c | 6 + gas/config/tc-rl78.h | 2 +- gas/config/tc-rx.h | 2 +- gas/config/tc-score.h | 2 +- gas/config/tc-tic54x.h | 2 +- gas/config/tc-tic6x.h | 2 +- gas/config/tc-visium.c | 4 + gas/config/tc-xtensa.h | 2 +- gas/doc/internals.texi | 7 +- gas/frags.c | 2 +- .../gas/aarch64/undefined_advsimd_armv8_3.d | 56 ++ .../gas/aarch64/undefined_advsimd_armv8_3.s | 70 +++ gas/testsuite/gas/aarch64/undefined_by_elem_sz_l.d | 40 ++ gas/testsuite/gas/aarch64/undefined_by_elem_sz_l.s | 55 ++ gas/testsuite/gas/arm/armv8a-automatic-hlt.d | 2 + gas/testsuite/gas/arm/hlt.d | 35 ++ gas/testsuite/gas/arm/hlt.s | 22 + gas/testsuite/gas/visium/allinsn_gr6.d | 12 +- gas/testsuite/gas/visium/allinsn_gr6.s | 7 +- gas/testsuite/gas/visium/bra-1.d | 12 + gas/testsuite/gas/visium/bra-1.s | 5 + gas/testsuite/gas/visium/visium.exp | 1 + gdb/ChangeLog | 16 + gdb/ada-varobj.c | 3 + gdb/c-exp.y | 4 + gdb/gdbserver/ChangeLog | 5 + gdb/gdbserver/linux-low.c | 7 +- gdb/gdbserver/server.c | 3 + gdb/riscv-linux-tdep.c | 23 +- gdb/testsuite/ChangeLog | 14 + gdb/testsuite/gdb.ada/mi_ref_changeable.exp | 71 +++ .../gdb.ada/mi_ref_changeable/foo_rb20_056.adb | 28 + gdb/testsuite/gdb.ada/mi_ref_changeable/pck.adb | 26 + gdb/testsuite/gdb.ada/mi_ref_changeable/pck.ads | 20 + gdb/testsuite/gdb.base/attach.exp | 105 +++- gdb/testsuite/lib/gdb.exp | 44 +- ld/ChangeLog | 10 + ld/emultempl/arclinux.em | 29 +- ld/ld.texi | 2 +- opcodes/ChangeLog | 23 + opcodes/aarch64-opc.c | 24 + opcodes/aarch64-opc.h | 3 +- opcodes/aarch64-tbl.h | 18 +- opcodes/arm-dis.c | 3 +- opcodes/po/sv.po | 656 +++++++++++---------- opcodes/riscv-opc.c | 2 + src-release.sh | 16 +- 71 files changed, 1430 insertions(+), 504 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/undefined_advsimd_armv8_3.d create mode 100644 gas/testsuite/gas/aarch64/undefined_advsimd_armv8_3.s create mode 100644 gas/testsuite/gas/aarch64/undefined_by_elem_sz_l.d create mode 100644 gas/testsuite/gas/aarch64/undefined_by_elem_sz_l.s create mode 100644 gas/testsuite/gas/arm/hlt.d create mode 100644 gas/testsuite/gas/arm/hlt.s create mode 100644 gas/testsuite/gas/visium/bra-1.d create mode 100644 gas/testsuite/gas/visium/bra-1.s create mode 100644 gdb/testsuite/gdb.ada/mi_ref_changeable.exp create mode 100644 gdb/testsuite/gdb.ada/mi_ref_changeable/foo_rb20_056.adb create mode 100644 gdb/testsuite/gdb.ada/mi_ref_changeable/pck.adb create mode 100644 gdb/testsuite/gdb.ada/mi_ref_changeable/pck.ads