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 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] new 8a522c6cab Have 'thread|frame apply' style their output.
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 | 6 + bfd/elflink.c | 2 +- bfd/version.h | 2 +- gas/ChangeLog | 26 + 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 + gdb/ChangeLog | 10 + gdb/NEWS | 12 + gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 22 + gdb/gdbcmd.h | 7 +- gdb/infcall.c | 26 + gdb/record.c | 12 +- gdb/source-cache.c | 2 +- gdb/stack.c | 3 +- gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.base/callexit.exp | 7 + 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 - 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 | 5 + opcodes/mips-opc.c | 8 + 48 files changed, 7320 insertions(+), 1576 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 ld/testsuite/ld-plugin/pr24486a.c create mode 100644 ld/testsuite/ld-plugin/pr24486b.c create mode 100644 ld/testsuite/ld-plugin/pr24486c.c