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-aarch64-lts-allyesconfig in repository toolchain/ci/binutils-gdb.
from 58785d9888 gdb: unconditionally define _initialize_string_view_selftests adds 28a66f07f0 csky ld testsuite fixes adds 8cd1fe1bf5 PR24355, segmentation fault in function called from ppc_fini [...] adds c6cdff46c9 Fix MRI mode testsuite failures adds af60449c26 Use temp_ilp and restore_ilp in more places adds bff8c71fd8 Fix Ada "ptype" bug with array types adds 647bb750c2 Fix scrolling right in the TUI adds 55c10aca2e Improve/fix the TUI's current source line highlight adds 4bd56d18cc Fix regression caused by minimal symbol changes adds b17c4cd078 Fix gdb/TUI behavior in response to [Enter] keypress adds 5371b8502a Fix first time you type UP or DOWN in TUI's command window adds 4faa59bbb7 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 7 ++ bfd/elf32-ppc.c | 8 +- bfd/version.h | 2 +- gas/ChangeLog | 7 ++ gas/as.c | 6 +- gas/config/m68k-parse.y | 11 +-- gas/macro.c | 5 +- gas/read.c | 5 +- gdb/ChangeLog | 41 ++++++++ gdb/ada-lang.c | 17 ++-- gdb/minsyms.c | 2 - gdb/testsuite/ChangeLog | 8 ++ .../gdb.ada/{atomic_enum.exp => ptype_array.exp} | 20 ++-- .../gdb.ada/{int_deref => ptype_array}/foo.adb | 4 +- .../{big_packed_array => ptype_array}/pck.adb | 2 + .../gdb.ada/{null_array => ptype_array}/pck.ads | 12 ++- gdb/tui/tui-io.c | 107 +++++++++++++++++---- gdb/tui/tui-io.h | 3 + gdb/tui/tui-out.c | 4 +- gdb/tui/tui-source.c | 30 ++++-- gdb/tui/tui-winsource.c | 4 +- gdb/ui-style.h | 18 ++++ ld/ChangeLog | 7 ++ ld/testsuite/ld-elf/merge.d | 8 +- ld/testsuite/ld-elf/pr21884.d | 2 +- ld/testsuite/ld-elf/shared.exp | 1 + ld/testsuite/ld-unique/pr21529.d | 2 +- 27 files changed, 253 insertions(+), 90 deletions(-) copy gdb/testsuite/gdb.ada/{atomic_enum.exp => ptype_array.exp} (71%) copy gdb/testsuite/gdb.ada/{int_deref => ptype_array}/foo.adb (88%) copy gdb/testsuite/gdb.ada/{big_packed_array => ptype_array}/pck.adb (99%) copy gdb/testsuite/gdb.ada/{null_array => ptype_array}/pck.ads (78%)