This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from a776957c8c Fix crash in dwarf2read.c with template parameters new 2ff0a94739 Fix "catch exception" with dynamic linking
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: gdb/ChangeLog | 7 ++ gdb/ada-lang.c | 108 ++++++++++++++++----- gdb/testsuite/ChangeLog | 9 ++ 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/gdb.exp | 15 ++- 9 files changed, 254 insertions(+), 43 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. [...]