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-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 3a0e45b2f1 Fix Arm build error
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 47 +++++++++ gdb/ada-lang.c | 17 ++-- gdb/arm-linux-nat.c | 14 +-- 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 ++++ 16 files changed, 228 insertions(+), 66 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%)