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-arm-stable-allnoconfig in repository toolchain/ci/binutils-gdb.
from acb994fab6 gdb/testsuite: add "breakpoint always-inserted" axis in gdb. [...] adds 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 [...] new 6f738b01fc gdb: convert "set debug dwarf-read" to new style new 1350c3b47a gdb/dwarf: fix typo in dwarf2/read.c
The 2 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 | 20 ++ gas/config/tc-msp430.c | 8 + gas/dwarf2dbg.c | 18 +- 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 | 40 ++++ gdb/arc-linux-tdep.c | 10 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 9 +- gdb/dwarf2/read.c | 268 +++++++++++-------------- gdb/features/Makefile | 4 +- gdb/features/rx.c | 2 +- gdb/features/rx.xml | 130 ++++++------ gdb/symtab.c | 59 ++++-- gdb/target-descriptions.c | 85 ++++++-- gdb/testsuite/ChangeLog | 10 + gdb/testsuite/gdb.rust/traits.exp | 6 - gdb/testsuite/gdb.threads/tls-so_extern_main.c | 2 + sim/m32r/ChangeLog | 8 + sim/m32r/m32r-sim.h | 11 +- 26 files changed, 474 insertions(+), 280 deletions(-) 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