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-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from 82433e3e27 ChangeLog entries for the previous commit. adds cf532bd136 [PATCH] Support for DW_FORM_strx tag adds cc06b66897 Remove exception_none adds c6fdd8b205 Make SJLJ exceptions more efficient adds 680d7fd5fc Avoid undefined behavior in Guile exception handling adds 94aeb44b00 Make exception handling more efficient adds 3d1cbb7893 Fix memory leak in exception code adds 725cbb6326 c++/24367: Infinite recursion of typedef substitution adds 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
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 + bfd/elflink.c | 2 +- bfd/version.h | 2 +- gas/ChangeLog | 8 + gas/config/tc-i386.c | 6 + gas/testsuite/gas/i386/jump16.d | 2 + gas/testsuite/gas/i386/jump16.s | 6 + gdb/ChangeLog | 118 + gdb/breakpoint.c | 22 +- gdb/cli/cli-interp.c | 6 +- gdb/common/common-exceptions.c | 15 +- gdb/common/common-exceptions.h | 25 +- gdb/common/new-op.c | 4 +- gdb/cp-support.c | 16 +- gdb/dwarf2read.c | 11 +- gdb/event-top.c | 16 +- gdb/exceptions.c | 9 +- gdb/exceptions.h | 10 +- gdb/exec.c | 6 +- gdb/guile/guile-internal.h | 38 +- gdb/guile/scm-block.c | 4 +- gdb/guile/scm-breakpoint.c | 33 +- gdb/guile/scm-cmd.c | 4 +- gdb/guile/scm-disasm.c | 4 +- gdb/guile/scm-exception.c | 10 +- gdb/guile/scm-frame.c | 73 +- gdb/guile/scm-lazy-string.c | 2 +- gdb/guile/scm-math.c | 2 +- gdb/guile/scm-param.c | 8 +- gdb/guile/scm-ports.c | 4 +- gdb/guile/scm-symbol.c | 20 +- gdb/guile/scm-symtab.c | 4 +- gdb/guile/scm-type.c | 42 +- gdb/guile/scm-value.c | 53 +- gdb/infcall.c | 8 +- gdb/linespec.c | 8 +- gdb/main.c | 2 +- gdb/mi/mi-interp.c | 2 +- gdb/mi/mi-main.c | 2 +- gdb/python/py-breakpoint.c | 12 +- gdb/python/py-inferior.c | 12 +- gdb/python/py-utils.c | 2 +- gdb/python/py-value.c | 12 +- gdb/python/python-internal.h | 2 +- gdb/testsuite/ChangeLog | 9 + gdb/testsuite/gdb.cp/meth-typedefs.cc | 13 + gdb/testsuite/gdb.cp/meth-typedefs.exp | 5 + gdb/testsuite/lib/dwarf.exp | 2 + gdb/xml-support.c | 15 +- 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 + 56 files changed, 7347 insertions(+), 1697 deletions(-) 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