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 85ad3aa gdb: Coalesce/aggregate (async) vCont packets/actions new b15cc25 Make symfile_add_flags and objfile->flags strongly typed new ecf45d2 PR 20569, segv in follow_exec
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 | 82 ++++++++++++++++ gdb/coffread.c | 2 +- gdb/dbxread.c | 4 +- gdb/elfread.c | 2 +- gdb/exceptions.c | 18 ++++ gdb/exceptions.h | 3 + gdb/exec.c | 125 ++++++++++-------------- gdb/exec.h | 8 ++ gdb/inferior.c | 6 +- gdb/inferior.h | 7 +- gdb/infrun.c | 48 +++++---- gdb/machoread.c | 7 +- gdb/main.c | 18 +++- gdb/mipsread.c | 2 +- gdb/objfile-flags.h | 71 ++++++++++++++ gdb/objfiles.c | 2 +- gdb/objfiles.h | 54 +--------- gdb/python/py-objfile.c | 3 +- gdb/solib-svr4.c | 6 +- gdb/solib.c | 50 +++++++--- gdb/solib.h | 4 +- gdb/symfile-add-flags.h | 48 +++++++++ gdb/symfile-debug.c | 4 +- gdb/symfile-mem.c | 7 +- gdb/symfile.c | 68 +++++++------ gdb/symfile.h | 39 +++----- gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.base/exec-invalid-sysroot.exp | 70 +++++++++++++ gdb/xcoffread.c | 4 +- 29 files changed, 525 insertions(+), 241 deletions(-) create mode 100644 gdb/objfile-flags.h create mode 100644 gdb/symfile-add-flags.h create mode 100644 gdb/testsuite/gdb.base/exec-invalid-sysroot.exp