This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-Os_LTO 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 [...] adds 46752c37b0 Fix compile time warning when building the linker in a MinGw [...] adds 2379f9c475 Sign-extend start and stop address inputs to objdump adds 988915ee7b Fix VLA printing for Ada adds 844333e249 Fix ptype/o comment formatting adds 9d3421afbb Change ptype/o to print bit offset adds 80e55b1329 Correctly handle non-C-style arrays in c_get_string adds 99f20f0868 Fix style bug when paging adds ca1df23907 Fix build problem in fputs_maybe_filtered adds 587ee17bd4 Don't declare read_unsigned_leb128 in defs.h adds b0be6c912f Move interpreter_p declaration to main.h adds ed2b7c1703 Move "watchdog" to remote.c adds 60fcc1c3d0 Change some remote.c globals to "static"
No new revisions were added by this update.
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 | 58 +++ gdb/c-lang.c | 31 +- gdb/defs.h | 11 - gdb/doc/ChangeLog | 4 + gdb/doc/gdb.texinfo | 9 +- gdb/dwarf2loc.c | 9 +- gdb/dwarf2read.h | 2 + gdb/interps.c | 1 + gdb/main.h | 3 + gdb/maint.c | 24 - gdb/remote.c | 30 +- 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/tui/tui-interp.c | 1 + gdb/typeprint.c | 34 +- gdb/utils.c | 24 +- gprof/ChangeLog | 5 + gprof/corefile.c | 2 + ld/ChangeLog | 6 + ld/ldbuildid.c | 2 +- 66 files changed, 893 insertions(+), 580 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