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 330cdd9891 C++ify dwarf2_per_objfile new bbf2f4dfae Fix TAB-completion + .gdb_index slowness (generalize filenam [...]
The 1 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 | 18 ++++++++ gdb/Makefile.in | 1 + gdb/dwarf2read.c | 105 ++++++++++++++++++++++++++-------------------- gdb/filename-seen-cache.c | 66 +++++++++++++++++++++++++++++ gdb/filename-seen-cache.h | 63 ++++++++++++++++++++++++++++ gdb/symtab.c | 100 ++++++------------------------------------- 6 files changed, 221 insertions(+), 132 deletions(-) create mode 100644 gdb/filename-seen-cache.c create mode 100644 gdb/filename-seen-cache.h