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-aarch64-lts-defconfig in repository toolchain/ci/binutils-gdb.
from 9e74f0aef6 Fix gdb.threads/tls-so_extern.exp with Clang adds 1f2624a354 Fix Rust regression with -readnow adds 10c19fadfd arc: Write correct "eret" value during register collection adds 1de037a0c5 MSP430: gas: Ignore -md option required for GCC backward com [...] adds 6f738b01fc gdb: convert "set debug dwarf-read" to new style adds 1350c3b47a gdb/dwarf: fix typo in dwarf2/read.c adds e57cf1f2cd sim: pru: Add support for LMBD instruction adds bf6e5d01d7 gdb/dwarf: fix call to dwarf2_queue_guard in dw2_do_instanti [...] adds 7bea47f001 gdb: rewrite how per language primitive types are managed adds a4ae48ccf8 Automatic date update in version.in adds 48f4d8ce96 gas, arm: PR26858 Fix availability of single precision vmul/ [...] new 5a7cf52794 gdb: delete a couple of declarations from f-lang.h
The 1 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: bfd/version.h | 2 +- gas/ChangeLog | 9 ++ gas/config/tc-arm.c | 4 +- gas/config/tc-msp430.c | 8 ++ gas/testsuite/gas/arm/pr26858.d | 8 ++ gas/testsuite/gas/arm/pr26858.s | 6 + gas/testsuite/gas/msp430/empty.s | 4 + gas/testsuite/gas/msp430/ignore-md.d | 8 ++ gas/testsuite/gas/msp430/msp430.exp | 1 + gdb/ChangeLog | 83 +++++++++++ gdb/ada-exp.y | 2 +- gdb/ada-lang.c | 106 +++++--------- gdb/arc-linux-tdep.c | 10 +- gdb/c-lang.c | 194 ++++++++----------------- gdb/d-lang.c | 119 +++++---------- gdb/dwarf2/read.c | 270 +++++++++++++++-------------------- gdb/f-lang.c | 85 +++++------ gdb/f-lang.h | 19 --- gdb/go-lang.c | 95 ++++-------- gdb/language.c | 205 +++++++++++++------------- gdb/language.h | 143 +++++++++++++++++-- gdb/m2-lang.c | 42 ++---- gdb/opencl-lang.c | 244 +++++++++++-------------------- gdb/p-lang.c | 87 ++++------- gdb/rust-lang.c | 78 ++++------ gdb/symtab.c | 59 +++++--- gdb/testsuite/ChangeLog | 9 ++ gdb/testsuite/gdb.fortran/types.exp | 11 ++ gdb/testsuite/gdb.rust/traits.exp | 6 - sim/pru/ChangeLog | 6 + sim/pru/pru.h | 2 + sim/pru/pru.isa | 15 ++ sim/testsuite/sim/pru/ChangeLog | 4 + sim/testsuite/sim/pru/lmbd.s | 61 ++++++++ 34 files changed, 984 insertions(+), 1021 deletions(-) create mode 100644 gas/testsuite/gas/arm/pr26858.d create mode 100644 gas/testsuite/gas/arm/pr26858.s create mode 100644 gas/testsuite/gas/msp430/empty.s create mode 100644 gas/testsuite/gas/msp430/ignore-md.d create mode 100644 sim/testsuite/sim/pru/lmbd.s