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-allmodconfig in repository toolchain/ci/binutils-gdb.
from 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/ [...] adds 5a7cf52794 gdb: delete a couple of declarations from f-lang.h adds 50ea087755 Fix readelf's and objdump's dislplay of DWO links when multi [...] adds 5643c500fe Fix Windows-target testing in gdb_file_cmd adds 9ecab40c77 gdb/arm: avoid undefined behavior shift when decoding immedi [...] adds 9d3ab915be Add file name to "Loadable section ... outside of ELF segmen [...] adds 25f4c26276 Exclude debuginfo files from "outside of ELF segments" warning
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 17 ++ binutils/dwarf.c | 95 ++++++---- binutils/testsuite/binutils-all/dwo.s | 13 +- binutils/testsuite/binutils-all/readelf.k2 | 2 +- gas/config/tc-arm.c | 4 +- gas/testsuite/gas/arm/{immed2.d => pr26858.d} | 6 +- gas/testsuite/gas/arm/pr26858.s | 6 + gdb/ChangeLog | 88 ++++++++++ gdb/ada-exp.y | 2 +- gdb/ada-lang.c | 106 ++++------- gdb/arm-tdep.c | 142 ++++++++++++--- gdb/c-lang.c | 194 +++++++------------- gdb/d-lang.c | 119 ++++--------- gdb/dwarf2/read.c | 2 +- gdb/elfread.c | 11 +- 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/testsuite/ChangeLog | 9 + gdb/testsuite/gdb.fortran/types.exp | 11 ++ gdb/testsuite/lib/gdb.exp | 5 + 28 files changed, 922 insertions(+), 910 deletions(-) copy gas/testsuite/gas/arm/{immed2.d => pr26858.d} (51%) create mode 100644 gas/testsuite/gas/arm/pr26858.s