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 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 adds f243e458cd PR26656 testcases new c769fd6a32 aarch64: Neoverse V1 tweaks new 9bede61ce5 arm: Add missing Neoverse V1 feature
The 2 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/elf64-ppc.c | 5 +- bfd/version.h | 2 +- gas/ChangeLog | 9 ++++ gas/config/tc-aarch64.c | 17 +++---- gas/config/tc-arm.c | 4 +- gdb/ChangeLog | 54 +++++++++++++++++++++ gdb/python/py-tui.c | 59 ++++++++++++----------- gdb/testsuite/ChangeLog | 4 ++ 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 +-- ld/ChangeLog | 9 ++++ ld/testsuite/ld-powerpc/powerpc.exp | 6 +++ ld/testsuite/ld-powerpc/tlsget.d | 89 ++++++++++++++++++++++++++++++++++ ld/testsuite/ld-powerpc/tlsget.s | 24 ++++++++++ ld/testsuite/ld-powerpc/tlsget.wf | 27 +++++++++++ ld/testsuite/ld-powerpc/tlsget2.d | 76 +++++++++++++++++++++++++++++ ld/testsuite/ld-powerpc/tlsget2.wf | 27 +++++++++++ 25 files changed, 565 insertions(+), 129 deletions(-) create mode 100644 ld/testsuite/ld-powerpc/tlsget.d create mode 100644 ld/testsuite/ld-powerpc/tlsget.s create mode 100644 ld/testsuite/ld-powerpc/tlsget.wf create mode 100644 ld/testsuite/ld-powerpc/tlsget2.d create mode 100644 ld/testsuite/ld-powerpc/tlsget2.wf