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 6c699715f6 [ARM] PR ld/21402, only override the symbol dynamic decision [...] new bf46927112 Eliminate catch_errors new 65630365f7 Eliminate catch_exceptions/catch_exceptions_with_msg
The 2 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 | 99 +++++++++++++++++ gdb/breakpoint.c | 188 ++++++++++++++------------------- gdb/breakpoint.h | 3 + gdb/common/common-exceptions.c | 8 +- gdb/common/common-exceptions.h | 6 +- gdb/exceptions.c | 122 --------------------- gdb/exceptions.h | 60 ----------- gdb/gdb.h | 58 ---------- gdb/gdbthread.h | 6 ++ gdb/infrun.c | 58 +++++----- gdb/main.c | 23 ++-- gdb/mi/mi-cmd-break.c | 13 ++- gdb/mi/mi-cmd-catch.c | 1 - gdb/mi/mi-interp.c | 74 ++++++------- gdb/mi/mi-main.c | 49 +++++---- gdb/objc-lang.c | 44 +++----- gdb/record-full.c | 38 +++---- gdb/remote-fileio.c | 35 +++--- gdb/solib-aix.c | 2 +- gdb/solib-darwin.c | 2 +- gdb/solib-dsbt.c | 10 +- gdb/solib-frv.c | 2 +- gdb/solib-svr4.c | 10 +- gdb/solib-target.c | 2 +- gdb/solib.c | 16 ++- gdb/solist.h | 7 +- gdb/symfile-mem.c | 57 ++++------ gdb/symmisc.c | 47 ++++----- gdb/testsuite/ChangeLog | 10 ++ gdb/testsuite/gdb.mi/mi-pthreads.exp | 2 +- gdb/testsuite/lib/selftest-support.exp | 4 +- gdb/thread.c | 86 +-------------- gdb/windows-nat.c | 35 ++++-- 33 files changed, 452 insertions(+), 725 deletions(-) delete mode 100644 gdb/gdb.h