This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from b8b0c108c7 Automatic date update in version.in adds ab33b15255 gdb: add an option flag to 'maint print c-tdesc' adds bcb78b4761 Stop Gas from generating line info or address ranges for sec [...] adds 94cde56ab3 m32r sim: Add prototypes for functions that pass/return DI values adds a3183ad610 Fix up changelog entry of previous delta adds 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/ [...] 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 adds cbd5b99cce elf: Set rel_from_abs to 1 for __ehdr_start adds 1aa9981f1c Automatic date update in version.in adds e8b2f0d952 Use const more in c-lang.c
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/ChangeLog | 20 ++ gas/config/tc-arm.c | 4 +- gas/config/tc-msp430.c | 8 + gas/dwarf2dbg.c | 18 +- gas/testsuite/gas/arm/pr26858.d | 8 + gas/testsuite/gas/arm/pr26858.s | 6 + gas/testsuite/gas/elf/dwarf2-20.d | 18 ++ gas/testsuite/gas/elf/dwarf2-20.s | 10 + gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/elf/warn-2.s | 15 +- gas/testsuite/gas/msp430/empty.s | 4 + gas/testsuite/gas/msp430/ignore-md.d | 8 + gas/testsuite/gas/msp430/msp430.exp | 1 + gdb/ChangeLog | 133 ++++++++++++ gdb/ada-exp.y | 2 +- gdb/ada-lang.c | 106 ++++------ gdb/arc-linux-tdep.c | 10 +- gdb/arm-tdep.c | 142 ++++++++++--- gdb/c-lang.c | 222 +++++++------------- gdb/d-lang.c | 119 +++-------- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 9 +- gdb/dwarf2/read.c | 270 +++++++++++-------------- gdb/elfread.c | 11 +- gdb/f-lang.c | 85 ++++---- gdb/f-lang.h | 19 -- gdb/features/Makefile | 4 +- gdb/features/rx.c | 2 +- gdb/features/rx.xml | 130 ++++++------ 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/target-descriptions.c | 85 ++++++-- gdb/testsuite/ChangeLog | 19 ++ gdb/testsuite/gdb.fortran/types.exp | 11 + gdb/testsuite/gdb.rust/traits.exp | 6 - gdb/testsuite/gdb.threads/tls-so_extern_main.c | 2 + gdb/testsuite/lib/gdb.exp | 5 + ld/ChangeLog | 9 + ld/ldelf.c | 2 + ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/pr26869.d | 14 ++ ld/testsuite/ld-i386/pr26869.s | 3 + sim/m32r/ChangeLog | 8 + sim/m32r/m32r-sim.h | 11 +- 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 ++++++ 60 files changed, 1536 insertions(+), 1200 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/elf/dwarf2-20.d create mode 100644 gas/testsuite/gas/elf/dwarf2-20.s create mode 100644 gas/testsuite/gas/msp430/empty.s create mode 100644 gas/testsuite/gas/msp430/ignore-md.d create mode 100644 ld/testsuite/ld-i386/pr26869.d create mode 100644 ld/testsuite/ld-i386/pr26869.s create mode 100644 sim/testsuite/sim/pru/lmbd.s