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-next-defconfig in repository toolchain/ci/binutils-gdb.
from a716e60cf9 x86: Pass -O0 to assembler for some tests adds 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 new 4faa59bbb7 Automatic date update in version.in
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 | 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 | 46 +++++++++ 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 ++++ gdb/unittests/string_view-selftests.c | 6 +- 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 +- 28 files changed, 262 insertions(+), 92 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%)