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-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from 905f5b3f1d GAS (doc): Fix misaligned menu entry. adds 7bede82892 Don't crash if dwarf_decode_macro_bytes's 'body' is NULL adds 95008a8828 S12Z: New option -mreg-prefix adds 9ddc1af18c linux-thread-db.c: use bool where possible in thread_db code adds 14237686d7 gdb/fortran: Add sizeof tests for indexed and sliced arrays adds 4d8d49e80a Automatic date update in version.in new a2699ef206 Revert "ARM STM32L4XX erratum test failure"
The 1 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 | 4 ++ bfd/elf32-arm.c | 9 ++-- bfd/version.h | 2 +- gas/ChangeLog | 10 ++++ gas/config/tc-s12z.c | 49 +++++++++++++++--- gas/doc/c-s12z.texi | 86 ++++++++++++++++++++++++++++---- 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 | 19 +++++++ gdb/dwarf2read.c | 19 ++++++- gdb/linux-thread-db.c | 82 +++++++++++++++--------------- gdb/testsuite/ChangeLog | 5 ++ gdb/testsuite/gdb.fortran/vla-sizeof.exp | 23 +++++++-- 14 files changed, 265 insertions(+), 70 deletions(-) create mode 100644 gas/testsuite/gas/s12z/reg-prefix.d create mode 100644 gas/testsuite/gas/s12z/reg-prefix.s