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 c1c0a7e1f39 gdb: additional settings for emacs in .dir-locals.el new 8ae78a440e4 Move dwarf2_cu to new header file new 839118f9207 Move some dwarf2_cu methods to new file new 347212b8193 Change dwarf2_cu marking to use methods new cd53fa40d48 Rename dwarf2/comp-unit.h
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 | 39 +++ gdb/Makefile.in | 4 +- gdb/dwarf2/{comp-unit.c => comp-unit-head.c} | 6 +- gdb/dwarf2/{comp-unit.h => comp-unit-head.h} | 0 gdb/dwarf2/cu.c | 139 ++++++++++ gdb/dwarf2/cu.h | 288 ++++++++++++++++++++ gdb/dwarf2/line-header.c | 2 +- gdb/dwarf2/read.c | 392 +-------------------------- gdb/dwarf2/read.h | 2 +- 9 files changed, 480 insertions(+), 392 deletions(-) rename gdb/dwarf2/{comp-unit.c => comp-unit-head.c} (98%) rename gdb/dwarf2/{comp-unit.h => comp-unit-head.h} (100%) create mode 100644 gdb/dwarf2/cu.c create mode 100644 gdb/dwarf2/cu.h