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 ebe6dbc264 Automatic date update in version.in new 33c7c59df0 Replace really_free_pendings with a scoped_ class new 20dcd8cae7 Remove cleanups from link_callbacks_einfo new c6bcad5ffc Use std::vector in compile-loc2c.c new 5eae7aeaf7 Use unique_xmalloc_ptr in find_separate_debug_file_by_debuglink new 167b0be1b5 Remove directive-searched cleanups new c80049d3b6 Replace start_rbreak_breakpoints and end_rbreak_breakpoints new 7f6743fd09 Use gdb::def_vector in sparc64-tdep.c new ed2b3126d1 Remove make_cleanup_free_objfile new 779bc38eca Use gdb::byte_vector in ppc-linux-tdep.c new 9f584b37e3 Remove cleanups from linux-tdep.c new 331b71e5ee Use unique_xmalloc_ptr in c_type_print_base new 454dafbdf2 Introduce gdb_breakpoint_up new ab4b1c4699 Use std::vector in h8300-tdep.c
The 13 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 | 110 ++++++++++++++++++++++++++++++++++++++ gdb/arm-linux-tdep.c | 2 +- gdb/breakpoint.c | 41 +++++--------- gdb/breakpoint.h | 36 +++++++++---- gdb/buildsym.c | 26 ++++----- gdb/buildsym.h | 10 +++- gdb/c-typeprint.c | 13 ++--- gdb/compile/compile-loc2c.c | 42 ++++++--------- gdb/compile/compile-object-load.c | 22 +++----- gdb/cp-namespace.c | 25 ++------- gdb/cp-support.c | 19 +------ gdb/d-namespace.c | 26 ++------- gdb/dbxread.c | 10 +--- gdb/dwarf2read.c | 12 ++--- gdb/elfread.c | 7 +-- gdb/h8300-tdep.c | 17 +++--- gdb/infcall.c | 5 +- gdb/infcmd.c | 2 +- gdb/infrun.c | 9 ++-- gdb/linux-tdep.c | 64 +++++++--------------- gdb/objfiles.c | 12 ----- gdb/objfiles.h | 2 - gdb/ppc-linux-tdep.c | 17 ++---- gdb/sparc64-tdep.c | 14 ++--- gdb/symfile.c | 46 ++++++++-------- gdb/symtab.c | 48 +++-------------- gdb/xcoffread.c | 10 +--- 27 files changed, 291 insertions(+), 356 deletions(-)