This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from 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 adds 0c820d6793 Fix some valgrind errors in the TUI adds 6506371f06 Add styling to macro commands adds 9409233b0e Change macro_source_fullname to return a std::string adds d57e4f2b86 Automatic date update in version.in adds a31b8bd9a0 PR24225, nios2 buffer overflow adds 040b3e95e4 Fix leaks of 'per program space' and 'per inferior' ada task data. adds 70cd633e87 gdb: Allow gdbarch to override alignment for method and memb [...] adds c72e75a640 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 ++ bfd/elf32-nios2.c | 31 +++++--- bfd/version.h | 2 +- gdb/ChangeLog | 63 +++++++++++++++ gdb/ada-lang.c | 62 +++++++++------ gdb/ada-tasks.c | 26 +++++- gdb/gdbtypes.c | 9 +-- gdb/macrocmd.c | 15 ++-- gdb/macrotab.c | 63 ++++++--------- gdb/macrotab.h | 5 +- gdb/source.c | 62 +++++++++------ gdb/testsuite/ChangeLog | 17 ++++ .../{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.c | 2 + gdb/testsuite/gdb.base/style.exp | 34 +++++++- gdb/tui/tui-source.c | 21 ++--- gdb/ui-style.h | 10 +++ gdb/utils.c | 92 +++++++++++++++------- 23 files changed, 442 insertions(+), 179 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