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 55e0daa3a3d gas: arm: Change warning message to not reference specific [...] new 63078a04984 Avoid submitting empty tasks in parallel_for_each new 1a6191f1a61 Don't erase empty indices in DWARF reader new 5a89072f36d Move hash_entry and eq_entry into cooked_index::do_finalize new ac37b79cc44 Fix parameter-less template regression in new DWARF reader
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/cooked-index.c | 161 +++++++++++++++++---- gdb/dwarf2/cooked-index.h | 15 +- gdb/dwarf2/read.c | 13 +- .../{gdb.dwarf2/index.cc => gdb.cp/paramless.cc} | 33 ++++- gdb/testsuite/gdb.cp/{bool.exp => paramless.exp} | 26 ++-- gdb/unittests/parallel-for-selftests.c | 39 +++++ gdbsupport/parallel-for.h | 30 ++++ 7 files changed, 254 insertions(+), 63 deletions(-) copy gdb/testsuite/{gdb.dwarf2/index.cc => gdb.cp/paramless.cc} (63%) copy gdb/testsuite/gdb.cp/{bool.exp => paramless.exp} (62%)