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 596dc4adfff Speed up psymbol reading by removing a copy new 38eae084598 Remove ALL_EXTENSION_LANGUAGES and ALL_ENABLED_EXTENSION_LANGUAGES new a1fd1ac9def Remove ALL_SO_LIBS and so_list_head new 94c93c35b50 Remove ALL_PSPACES new 8be4b118a93 More C++-ification for struct display new 4f7bc5edbd3 Don't re-process a DIE in read_lexical_block_scope
The 5 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 | 104 +++++++++++++++++++++ gdb/ada-tasks.c | 4 +- gdb/breakpoint.c | 228 +++++++++++++++++++++++----------------------- gdb/dwarf2/read.c | 11 ++- gdb/exec.c | 3 +- gdb/extension.c | 153 +++++++++++-------------------- gdb/guile/scm-progspace.c | 11 +-- gdb/linespec.c | 136 +++++++++++++-------------- gdb/mi/mi-cmd-file.c | 3 +- gdb/printcmd.c | 193 ++++++++++++++------------------------- gdb/probe.c | 4 +- gdb/progspace.c | 81 +++++----------- gdb/progspace.h | 17 ++-- gdb/psymtab.c | 4 +- gdb/python/python.c | 14 ++- gdb/solib-frv.c | 18 +--- gdb/solib-svr4.c | 8 +- gdb/solib.c | 50 ++++------ gdb/solib.h | 9 +- gdb/solist.h | 8 -- gdb/source.c | 4 +- gdb/symfile-debug.c | 4 +- gdb/symmisc.c | 134 +++++++++++++-------------- gdb/symtab.c | 16 +--- 24 files changed, 548 insertions(+), 669 deletions(-)