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-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from 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/ [...] adds 5a7cf52794 gdb: delete a couple of declarations from f-lang.h new 50ea087755 Fix readelf's and objdump's dislplay of DWO links when multi [...] new 5643c500fe Fix Windows-target testing in gdb_file_cmd new 9ecab40c77 gdb/arm: avoid undefined behavior shift when decoding immedi [...]
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: 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/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 | 86 +++++++++ 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 | 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/testsuite/ChangeLog | 9 + gdb/testsuite/gdb.fortran/types.exp | 11 ++ gdb/testsuite/lib/gdb.exp | 5 + 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 +++++++ 37 files changed, 1150 insertions(+), 1057 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