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 0d93e61c318 AVR: gas/32704 - Improve code generation for __gcc_isr. new d991cb73965 gdb/dwarf: move cutu_reader to read.h new c5911854477 gdb/dwarf: move cooked_index_storage to cooked-index-storage.{h,c} new 34177f19831 gdb/dwarf: move cooked_indexer to cooked-indexer.{h,c}
The 3 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/Makefile.in | 4 + gdb/dwarf2/cooked-index-storage.c | 76 +++ gdb/dwarf2/cooked-index-storage.h | 115 +++++ gdb/dwarf2/cooked-index.h | 88 ---- gdb/dwarf2/cooked-indexer.c | 693 +++++++++++++++++++++++++ gdb/dwarf2/cooked-indexer.h | 120 +++++ gdb/dwarf2/read.c | 1033 +------------------------------------ gdb/dwarf2/read.h | 235 +++++++++ 8 files changed, 1256 insertions(+), 1108 deletions(-) create mode 100644 gdb/dwarf2/cooked-index-storage.c create mode 100644 gdb/dwarf2/cooked-index-storage.h create mode 100644 gdb/dwarf2/cooked-indexer.c create mode 100644 gdb/dwarf2/cooked-indexer.h