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 e7bd7fba34 Add file name styling to "info sharedlibrary" adds c2509a1cc8 Add missing verilogtest.s file. adds a0a3a1e9d7 [gdb/doc] Mention index cache in concept and command index adds c408a94f81 Fix assertion failure in coerce_unspec_val_to_type adds e48371ffd5 Automatic date update in version.in adds c5358db468 GDB (s12z): Improve reliability of the stack unwinder. adds ded12894f5 tic54x_start_line_hook adds 8f02ae5bac .file file number checking adds 3a1bb98c3c ARM STM32L4XX erratum test failure adds f6bd0b7677 C-SKY FAIL: jbt - csky adds 905f5b3f1d GAS (doc): Fix misaligned menu entry. new 7bede82892 Don't crash if dwarf_decode_macro_bytes's 'body' is NULL new 95008a8828 S12Z: New option -mreg-prefix
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/ChangeLog | 6 + bfd/elf32-arm.c | 9 +- bfd/version.h | 2 +- .../binutils-all/{bintest.s => verilogtest.s} | 10 +- gas/ChangeLog | 51 ++++- gas/config/tc-csky.c | 2 + gas/config/tc-s12z.c | 49 ++++- gas/config/tc-tic54x.c | 9 +- gas/doc/as.texi | 2 +- gas/doc/c-s12z.texi | 86 +++++++- gas/dwarf2dbg.c | 27 +-- gas/testsuite/gas/s12z/reg-prefix.d | 17 ++ gas/testsuite/gas/s12z/reg-prefix.s | 6 + gas/testsuite/gas/s12z/s12z.exp | 4 + gdb/ChangeLog | 18 ++ gdb/ada-lang.c | 3 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 3 + gdb/dwarf2read.c | 19 +- gdb/s12z-tdep.c | 234 +++++++++++++++------ 20 files changed, 438 insertions(+), 124 deletions(-) copy binutils/testsuite/binutils-all/{bintest.s => verilogtest.s} (61%) create mode 100644 gas/testsuite/gas/s12z/reg-prefix.d create mode 100644 gas/testsuite/gas/s12z/reg-prefix.s