This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 0be2fe677c ubsan: opcodes/csky-opc.h:929 shift exponent 536870912 adds 3cd7c7d7ef PPC64_OPT_LOCALENTRY is incompatible with tail calls adds 63e5eea234 [GOLD] PPC64_OPT_LOCALENTRY is incompatible with tail calls adds 8f9929bb97 gdb: Fix from_tty argument to gdb.execute in Python. adds 31f327a6c8 Automatic date update in version.in adds 5ecafd7020 Automatic date update in version.in adds 12cf8b93da Re: PR26656, power10 libstdc++.so segfault in __cxxabiv1::__ [...] adds 5f278258cc Remove test duplicate from gdb.tui adds 149830c137 Use an inner window in tui_py_window adds c15c15c8d9 Remove a call to show_source_line from TUI adds 9e820dec13 Use a curses pad for source and disassembly windows adds 35a982372f Use ISCNTRL in tui_copy_source_line adds 2c72d5e58a Rewrite tui_puts
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 16 +++++++ bfd/elf64-ppc.c | 89 +++++++++++++++++++++++++++------- bfd/version.h | 2 +- gdb/ChangeLog | 62 ++++++++++++++++++++++++ gdb/cli/cli-script.c | 9 ++-- gdb/python/py-tui.c | 59 ++++++++++++----------- gdb/testsuite/ChangeLog | 10 ++++ gdb/testsuite/gdb.python/python.exp | 13 +++++ gdb/testsuite/gdb.tui/new-layout.exp | 10 ++-- gdb/tui/tui-disasm.c | 9 ++-- gdb/tui/tui-io.c | 75 ++++++++++++++++++++++++----- gdb/tui/tui-io.h | 3 +- gdb/tui/tui-source.c | 29 ++++++++---- gdb/tui/tui-source.h | 11 +++++ gdb/tui/tui-winsource.c | 92 ++++++++++++++++++------------------ gdb/tui/tui-winsource.h | 41 +++++++++++----- gdb/unittests/tui-selftests.c | 6 +-- gold/ChangeLog | 19 ++++++++ gold/powerpc.cc | 82 ++++++++++++++++++++++++-------- ld/ChangeLog | 12 +++++ ld/testsuite/ld-powerpc/elfv2so.d | 17 ++++--- ld/testsuite/ld-powerpc/notoc2.d | 4 +- ld/testsuite/ld-powerpc/tlsdesc.wf | 4 +- ld/testsuite/ld-powerpc/tlsdesc2.d | 9 ++-- ld/testsuite/ld-powerpc/tlsdesc2.wf | 6 +-- ld/testsuite/ld-powerpc/tlsopt5.d | 11 ++--- ld/testsuite/ld-powerpc/tlsopt5.wf | 4 +- ld/testsuite/ld-powerpc/tlsopt6.d | 11 ++--- ld/testsuite/ld-powerpc/tlsopt6.wf | 4 +- 29 files changed, 523 insertions(+), 196 deletions(-)