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-allmodconfig in repository toolchain/ci/binutils-gdb.
from 6c6ef69fb4 [gdb, hurd] Repair build after "Share fork_inferior et al wi [...] adds c29ee8d45e [gdb, hurd] Repair build after "Use thread_info and inferior [...] adds 924514e11c [gdb, hurd] Address "ISO C++ forbids converting a string con [...] adds 8071c5ce78 [gdb, hurd] Adjust to Hurd "proc" interface changes adds b671c7fb21 [gdb, hurd] Avoid using 'PATH_MAX' in 'gdb/remote.c' adds abc163a464 [ld, hurd] Remove 'ld-elf/elf.exp' XFAILs adds 9d70ffbc5b Updating test case adds 99df80f894 Automatic date update in version.in adds 91d78b8179 Use the correct name for various MACH-O based operating syst [...] adds 5f48666010 C++-ify bp_location adds cc12f4a8f9 Fix memory leak in create_ada_exception_catchpoint adds e397fd39c6 Fix some typos in ravenscar-thread.c adds 5b6ea500d5 Exception safety in ravenscar-thread.c adds 7657f14df7 C++-ify ravenscar_arch_ops adds 6cbcc006e9 Fix formatting in ravenscar-thread.c adds 989f3c583d Minor C++-ification in ravenscar-thread.c adds dea57a6263 Add push_target overload adds 0b790b1eeb Make the ravenscar thread target multi-target-ready adds 485b851b68 Special-case wildcard requests in ravenscar-thread.c adds 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 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 adds 179f2db0d9 PR24235, Read memory violation in pei-x86_64.c
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 12 ++ bfd/elf32-nios2.c | 31 ++- bfd/pei-x86_64.c | 9 +- bfd/version.h | 2 +- gdb/ChangeLog | 201 +++++++++++++++++++ gdb/aarch64-ravenscar-thread.c | 47 ++--- gdb/ada-lang.c | 94 +++++---- gdb/ada-tasks.c | 26 ++- gdb/breakpoint.c | 20 +- gdb/breakpoint.h | 18 +- gdb/corelow.c | 3 +- gdb/gdbtypes.c | 9 +- gdb/gnu-nat.c | 19 +- gdb/macrocmd.c | 15 +- gdb/macrotab.c | 63 +++--- gdb/macrotab.h | 5 +- gdb/ppc-ravenscar-thread.c | 56 ++---- gdb/ravenscar-thread.c | 220 ++++++++++----------- gdb/ravenscar-thread.h | 9 +- gdb/remote.c | 10 +- gdb/source.c | 62 +++--- gdb/sparc-ravenscar-thread.c | 34 +--- gdb/target.c | 9 + gdb/target.h | 3 + gdb/testsuite/ChangeLog | 25 +++ .../{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.arch/aarch64-dbreg-contents.c | 7 +- gdb/testsuite/gdb.arch/aarch64-dbreg-contents.exp | 15 +- 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 ++++++--- include/ChangeLog | 4 + include/mach-o/loader.h | 6 +- ld/ChangeLog | 4 + ld/testsuite/ld-elf/elf.exp | 7 - 42 files changed, 816 insertions(+), 489 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