This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Oz in repository toolchain/ci/binutils-gdb.
from 152d61760a Automatic date update in version.in adds a094d01f01 Fix the hyphenation of word phrases such as "target specific [...] adds 8e1920d611 Updated Russian translation for the ld subdirectory. adds c54f15248e Don't complain undefined weak dynamic reference adds 7cb22ff847 i386: Don't add 0x66 prefix to IRET for .code16gcc adds 45f0ab12d4 Automatic date update in version.in adds a45328b93b [MIPS] Add load-link, store-conditional paired instructions adds 136afab8c7 Implement show | set may-call-functions [on|off] adds 8a522c6cab Have 'thread|frame apply' style their output. adds 4cacd8ca8d Automatic date update in version.in adds fa731fa0d4 Follow-up to Support style in 'frame|thread apply' adds 637d4b78c5 Automatic date update in version.in adds 4a90ce955e S12Z: Opcodes: Fix crash when trying to decode a truncated o [...] adds d2b584a55b [gdb/testsuite] Fix regexp in skip_opencl_tests adds fc913e53c3 gdb/ada: Update some predicate functions to return bool adds 721b08c686 gdb: Introduce new language field la_struct_too_deep_ellipsis adds 4be290b251 gdb: Introduce new language field la_is_string_type_p adds 2e62ab400f gdb: Introduce 'print max-depth' feature adds 5acad1a182 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 + bfd/elflink.c | 2 +- bfd/version.h | 2 +- gas/ChangeLog | 32 + gas/config/tc-i386.c | 6 + gas/config/tc-mips.c | 66 +- gas/testsuite/gas/i386/jump16.d | 2 + gas/testsuite/gas/i386/jump16.s | 6 + gas/testsuite/gas/mips/llpscp-32.d | 44 + gas/testsuite/gas/mips/llpscp-32.s | 23 + gas/testsuite/gas/mips/llpscp-64.d | 43 + gas/testsuite/gas/mips/llpscp-64.s | 23 + gas/testsuite/gas/mips/mips.exp | 3 + gas/testsuite/gas/mips/r6-64-n32.d | 2 + gas/testsuite/gas/mips/r6-64-n64.d | 2 + gas/testsuite/gas/mips/r6-64.s | 4 +- gas/testsuite/gas/mips/r6-n32.d | 3 + gas/testsuite/gas/mips/r6-n64.d | 2 + gas/testsuite/gas/mips/r6.d | 2 + gas/testsuite/gas/mips/r6.s | 3 + gas/testsuite/gas/s12z/s12z.exp | 1 + gas/testsuite/gas/s12z/truncated.d | 17 + gas/testsuite/gas/s12z/truncated.s | 3 + gdb/ChangeLog | 126 + gdb/NEWS | 21 + gdb/ada-lang.c | 12 +- gdb/ada-lang.h | 4 +- gdb/c-lang.c | 52 +- gdb/c-lang.h | 5 + gdb/cp-valprint.c | 80 +- gdb/d-lang.c | 4 +- gdb/doc/ChangeLog | 13 + gdb/doc/gdb.texinfo | 80 + gdb/doc/guile.texi | 3 + gdb/doc/python.texi | 8 + gdb/f-lang.c | 15 +- gdb/gdbcmd.h | 7 +- gdb/go-lang.c | 14 +- gdb/guile/guile.c | 2 +- gdb/guile/scm-pretty-print.c | 19 +- gdb/infcall.c | 26 + gdb/language.c | 22 +- gdb/language.h | 13 + gdb/m2-lang.c | 25 +- gdb/objc-lang.c | 4 +- gdb/opencl-lang.c | 4 +- gdb/p-lang.c | 14 +- gdb/python/py-prettyprint.c | 15 +- gdb/python/py-value.c | 7 +- gdb/record.c | 12 +- gdb/rust-lang.c | 24 +- gdb/source-cache.c | 2 +- gdb/stack.c | 3 +- gdb/testsuite/ChangeLog | 26 + gdb/testsuite/gdb.base/callexit.exp | 7 + gdb/testsuite/gdb.base/max-depth.c | 232 + gdb/testsuite/gdb.base/max-depth.exp | 165 + gdb/testsuite/gdb.fortran/max-depth.exp | 41 + gdb/testsuite/gdb.fortran/max-depth.f90 | 42 + gdb/testsuite/gdb.go/max-depth.exp | 40 + gdb/testsuite/gdb.go/max-depth.go | 41 + gdb/testsuite/gdb.modula2/max-depth.c | 45 + gdb/testsuite/gdb.modula2/max-depth.exp | 37 + gdb/testsuite/gdb.python/py-format-string.exp | 21 + gdb/testsuite/gdb.python/py-nested-maps.c | 130 + gdb/testsuite/gdb.python/py-nested-maps.exp | 238 + gdb/testsuite/gdb.python/py-nested-maps.py | 135 + gdb/testsuite/lib/gdb.exp | 30 + gdb/testsuite/lib/opencl.exp | 2 +- gdb/thread.c | 3 +- gdb/top.c | 5 +- gdb/ui-file.c | 71 + gdb/ui-file.h | 28 +- gdb/utils.c | 35 +- gdb/utils.h | 4 - gdb/valprint.c | 57 +- gdb/valprint.h | 12 + include/ChangeLog | 6 + include/opcode/mips.h | 4 + ld/ChangeLog | 16 + ld/ld.texi | 12 +- ld/po/ru.po | 8290 ++++++++++++++++++++----- ld/testsuite/ld-plugin/lto.exp | 12 + ld/testsuite/ld-plugin/pr24486a.c | 8 + ld/testsuite/ld-plugin/pr24486b.c | 8 + ld/testsuite/ld-plugin/pr24486c.c | 1 + opcodes/ChangeLog | 9 + opcodes/mips-opc.c | 8 + opcodes/s12z-opc.c | 2 +- 89 files changed, 9120 insertions(+), 1636 deletions(-) create mode 100644 gas/testsuite/gas/mips/llpscp-32.d create mode 100644 gas/testsuite/gas/mips/llpscp-32.s create mode 100644 gas/testsuite/gas/mips/llpscp-64.d create mode 100644 gas/testsuite/gas/mips/llpscp-64.s create mode 100644 gas/testsuite/gas/s12z/truncated.d create mode 100644 gas/testsuite/gas/s12z/truncated.s create mode 100644 gdb/testsuite/gdb.base/max-depth.c create mode 100644 gdb/testsuite/gdb.base/max-depth.exp create mode 100644 gdb/testsuite/gdb.fortran/max-depth.exp create mode 100644 gdb/testsuite/gdb.fortran/max-depth.f90 create mode 100644 gdb/testsuite/gdb.go/max-depth.exp create mode 100644 gdb/testsuite/gdb.go/max-depth.go create mode 100644 gdb/testsuite/gdb.modula2/max-depth.c create mode 100644 gdb/testsuite/gdb.modula2/max-depth.exp create mode 100644 gdb/testsuite/gdb.python/py-nested-maps.c create mode 100644 gdb/testsuite/gdb.python/py-nested-maps.exp create mode 100644 gdb/testsuite/gdb.python/py-nested-maps.py create mode 100644 ld/testsuite/ld-plugin/pr24486a.c create mode 100644 ld/testsuite/ld-plugin/pr24486b.c create mode 100644 ld/testsuite/ld-plugin/pr24486c.c