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 cc55260231e gdb: add some scoped_time_its to profile startup time new 573e600deab gdb/dwarf: replace some "compile unit" terminology with "unit"
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/Makefile.in | 2 +- gdb/dwarf2/cooked-indexer.c | 2 +- gdb/dwarf2/cu.h | 4 +- gdb/dwarf2/line-header.c | 13 ++- gdb/dwarf2/line-header.h | 2 +- gdb/dwarf2/read.c | 118 +++++++++++++------------- gdb/dwarf2/read.h | 18 ++-- gdb/dwarf2/{comp-unit-head.c => unit-head.c} | 121 +++++++++++++-------------- gdb/dwarf2/{comp-unit-head.h => unit-head.h} | 62 +++++++------- gdb/testsuite/gdb.dwarf2/dw2-error.exp | 2 +- 10 files changed, 167 insertions(+), 177 deletions(-) rename gdb/dwarf2/{comp-unit-head.c => unit-head.c} (58%) rename gdb/dwarf2/{comp-unit-head.h => unit-head.h} (66%)