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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 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 new e8b2f0d952 Use const more in c-lang.c
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/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/config/tc-arm.c | 4 +- gas/testsuite/gas/arm/{immed2.d => pr26858.d} | 6 +- gas/testsuite/gas/arm/pr26858.s | 6 ++ gdb/ChangeLog | 38 +++++++ gdb/arm-tdep.c | 142 +++++++++++++++++++++----- gdb/c-lang.c | 28 ++--- gdb/elfread.c | 11 +- gdb/f-lang.c | 19 +++- gdb/f-lang.h | 19 ---- gdb/testsuite/ChangeLog | 5 + 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 + 21 files changed, 334 insertions(+), 107 deletions(-) copy gas/testsuite/gas/arm/{immed2.d => pr26858.d} (51%) create mode 100644 gas/testsuite/gas/arm/pr26858.s create mode 100644 ld/testsuite/ld-i386/pr26869.d create mode 100644 ld/testsuite/ld-i386/pr26869.s