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 12ef3f5a7c Fix compilation of the BFD sub-directory with a gcc v8 compi [...] new 797bc1cb25 Return unique_xmalloc_ptr from some solib.c functions new b46a8d7c1d Move some declarations to source.h new e0cc99a62f Change openp et al to use a unique_xmalloc_ptr new 692d6f9760 Constify target_so_ops::bfd_open
The 4 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 | 59 +++++++++++++++++++++++++++++++++ gdb/cli/cli-cmds.c | 5 ++- gdb/defs.h | 27 ---------------- gdb/dwarf2read.c | 23 +++++++------ gdb/exec.c | 20 +++++------- gdb/infcmd.c | 1 + gdb/infrun.c | 10 ++---- gdb/mi/mi-cmd-env.c | 1 + gdb/nto-tdep.c | 7 ++-- gdb/nto-tdep.h | 3 +- gdb/psymtab.c | 6 ++-- gdb/solib-aix.c | 11 ++++--- gdb/solib-darwin.c | 8 ++--- gdb/solib-spu.c | 6 ++-- gdb/solib.c | 93 +++++++++++++++++++++++------------------------------ gdb/solist.h | 15 +++++---- gdb/source.c | 41 +++++++++++------------ gdb/source.h | 28 +++++++++++++++- gdb/symfile.c | 9 ++---- 19 files changed, 207 insertions(+), 166 deletions(-)