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 e17e25351f1 Clean up DW_TAG_namelist handling in new_symbol new 2e8e54fc54c Move producer_is_realview to producer.c new 0aa72b65f78 Clean up calls to prepare_one_comp_unit new f1462b65ff8 Make prepare_one_comp_unit a method of cutu_reader new c91f9c8c0a2 Move producer checks to dwarf2_cu
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/dwarf2/cu.c | 101 +++++++++-- gdb/dwarf2/cu.h | 178 +++++++++++++++++-- gdb/dwarf2/frame.c | 1 + gdb/dwarf2/macro.c | 2 +- gdb/dwarf2/read.c | 489 ++++++++++++++++++----------------------------------- gdb/dwarf2/read.h | 3 - gdb/producer.c | 24 +++ gdb/producer.h | 4 + gdb/symtab.c | 25 --- gdb/symtab.h | 4 - 10 files changed, 451 insertions(+), 380 deletions(-)