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 166e5d9d41 Automatic date update in version.in adds aa9e1dc0c6 Automatic date update in version.in adds a2cd4f1475 (Ada) fix GDB crash printing packed array adds 75ba10dc55 type_align: handle range types the same as ints and enums adds a008792038 Fix pager bugs with style output new 0c820d6793 Fix some valgrind errors in the TUI
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/version.h | 2 +- gdb/ChangeLog | 37 +++++++++ gdb/ada-lang.c | 62 +++++++++------ gdb/gdbtypes.c | 2 +- gdb/source.c | 62 +++++++++------ gdb/testsuite/ChangeLog | 11 +++ .../{array_char_idx.exp => big_packed_array.exp} | 16 ++-- .../foo.adb => big_packed_array/foo_ra24_010.adb} | 14 ++-- .../{enum_idx_packed => big_packed_array}/pck.adb | 2 +- gdb/testsuite/gdb.ada/big_packed_array/pck.ads | 53 +++++++++++++ gdb/testsuite/gdb.ada/homonym.exp | 2 +- gdb/testsuite/gdb.base/page.exp | 14 ++++ gdb/testsuite/gdb.base/style.exp | 18 +++++ gdb/tui/tui-source.c | 21 ++--- gdb/ui-style.h | 10 +++ gdb/utils.c | 92 +++++++++++++++------- 16 files changed, 308 insertions(+), 110 deletions(-) copy gdb/testsuite/gdb.ada/{array_char_idx.exp => big_packed_array.exp} (70%) copy gdb/testsuite/gdb.ada/{aliased_array/foo.adb => big_packed_array/foo_ra24_010 [...] copy gdb/testsuite/gdb.ada/{enum_idx_packed => big_packed_array}/pck.adb (93%) create mode 100644 gdb/testsuite/gdb.ada/big_packed_array/pck.ads