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-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 7bd55dac80 [gdb/testsuite] Fix ls_host return in index-cache.exp adds b654832d0d xfail locview tests on mep that use complex relocs for view numbers adds c91f298b52 Automatic date update in version.in adds 9420801e57 PR24520, gprof fails to read compressed debug data adds 9632a526ca xtensa ignores option --no-link-relax adds 762172a4dc gas/elf dwarf2 tests adds 79299211a1 Do not force the m68k-elf linker to fail if it encoutners a [...] new 46752c37b0 Fix compile time warning when building the linker in a MinGw [...] new 2379f9c475 Sign-extend start and stop address inputs to objdump new 988915ee7b Fix VLA printing for Ada new 844333e249 Fix ptype/o comment formatting new 9d3421afbb Change ptype/o to print bit offset new 80e55b1329 Correctly handle non-C-style arrays in c_get_string new 99f20f0868 Fix style bug when paging new ca1df23907 Fix build problem in fputs_maybe_filtered
The 8 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-m68k.c | 6 +- bfd/version.h | 2 +- binutils/ChangeLog | 8 + binutils/objdump.c | 26 ++ binutils/testsuite/binutils-all/objdump.exp | 54 +++ gas/ChangeLog | 52 +++ gas/config/tc-xtensa.c | 7 +- gas/testsuite/gas/elf/dwarf2-1.d | 8 +- gas/testsuite/gas/elf/dwarf2-1.s | 4 +- gas/testsuite/gas/elf/dwarf2-10.d | 3 +- gas/testsuite/gas/elf/dwarf2-10.s | 10 +- gas/testsuite/gas/elf/dwarf2-11.d | 13 +- gas/testsuite/gas/elf/dwarf2-11.s | 6 +- gas/testsuite/gas/elf/dwarf2-12.d | 16 +- gas/testsuite/gas/elf/dwarf2-12.s | 4 +- gas/testsuite/gas/elf/dwarf2-13.d | 15 +- gas/testsuite/gas/elf/dwarf2-13.s | 8 +- gas/testsuite/gas/elf/dwarf2-14.d | 15 +- gas/testsuite/gas/elf/dwarf2-14.s | 6 +- gas/testsuite/gas/elf/dwarf2-15.d | 15 +- gas/testsuite/gas/elf/dwarf2-15.s | 6 +- gas/testsuite/gas/elf/dwarf2-16.d | 15 +- gas/testsuite/gas/elf/dwarf2-16.s | 8 +- gas/testsuite/gas/elf/dwarf2-17.d | 15 +- gas/testsuite/gas/elf/dwarf2-17.s | 8 +- gas/testsuite/gas/elf/dwarf2-18.d | 16 +- gas/testsuite/gas/elf/dwarf2-18.s | 6 +- gas/testsuite/gas/elf/dwarf2-19.d | 20 +- gas/testsuite/gas/elf/dwarf2-19.s | 4 +- gas/testsuite/gas/elf/dwarf2-2.d | 8 +- gas/testsuite/gas/elf/dwarf2-2.s | 4 +- gas/testsuite/gas/elf/dwarf2-5.d | 55 ++- gas/testsuite/gas/elf/dwarf2-5.s | 14 +- gas/testsuite/gas/elf/dwarf2-7.d | 15 +- gas/testsuite/gas/elf/dwarf2-7.s | 4 +- gas/testsuite/gas/elf/dwarf2-8.d | 2 - gas/testsuite/gas/elf/dwarf2-8.s | 2 +- gas/testsuite/gas/elf/dwarf2-9.d | 2 - gas/testsuite/gas/elf/dwarf2-9.s | 2 +- gas/testsuite/gas/elf/elf.exp | 85 ++-- gas/testsuite/gas/elf/section2.e-miwmmxt | 10 - gdb/ChangeLog | 29 ++ gdb/c-lang.c | 31 +- gdb/doc/ChangeLog | 4 + gdb/doc/gdb.texinfo | 9 +- gdb/dwarf2loc.c | 8 +- gdb/testsuite/ChangeLog | 20 + .../gdb.ada/{fixed_points.exp => vla.exp} | 39 +- gdb/testsuite/gdb.ada/vla/vla.adb | 57 +++ gdb/testsuite/gdb.base/ptype-offsets.cc | 2 +- gdb/testsuite/gdb.base/ptype-offsets.exp | 501 +++++++++++---------- gdb/testsuite/gdb.python/py-value.exp | 13 + gdb/typeprint.c | 34 +- gdb/utils.c | 24 +- gprof/ChangeLog | 5 + gprof/corefile.c | 2 + ld/ChangeLog | 6 + ld/ldbuildid.c | 2 +- 59 files changed, 829 insertions(+), 542 deletions(-) delete mode 100644 gas/testsuite/gas/elf/section2.e-miwmmxt copy gdb/testsuite/gdb.ada/{fixed_points.exp => vla.exp} (59%) create mode 100644 gdb/testsuite/gdb.ada/vla/vla.adb