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-allyesconfig in repository toolchain/ci/binutils-gdb.
from a776957c8c Fix crash in dwarf2read.c with template parameters adds 2ff0a94739 Fix "catch exception" with dynamic linking adds 8ed5b76ea2 (Windows) fix thr != nullptr assert failure in delete_thread_1 adds ab4ee6147e gdb/windows-nat.c: Get rid of main_thread_id global adds 15f18d1467 Support DW_FORM_strx1, _strx2, _strx3, _strx4 forms. adds 640c50672c Automatic date update in version.in adds b70bfc540d [gdb/testsuite] Use cc-with-tweaks.exp in dwarf4-gdb-index.exp
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 29 ++++++ gdb/ada-lang.c | 108 ++++++++++++++++----- gdb/dwarf2read.c | 50 +++++++++- gdb/testsuite/ChangeLog | 17 ++++ gdb/testsuite/boards/dwarf4-gdb-index.exp | 22 +---- gdb/testsuite/gdb.ada/catch_ex_std.exp | 103 ++++++++++++++++++++ .../gdb.ada/{ptype_array => catch_ex_std}/foo.adb | 8 +- .../pck.adb => catch_ex_std/some_package.adb} | 10 +- .../pck.adb => catch_ex_std/some_package.ads} | 10 +- gdb/testsuite/lib/ada.exp | 27 ++++++ gdb/testsuite/lib/dwarf.exp | 4 + gdb/testsuite/lib/gdb.exp | 15 ++- gdb/windows-nat.c | 15 ++- 14 files changed, 343 insertions(+), 77 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/catch_ex_std.exp copy gdb/testsuite/gdb.ada/{ptype_array => catch_ex_std}/foo.adb (81%) copy gdb/testsuite/gdb.ada/{big_packed_array/pck.adb => catch_ex_std/some_package. [...] copy gdb/testsuite/gdb.ada/{big_packed_array/pck.adb => catch_ex_std/some_package. [...]