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 9dad432e10a Trivial fixes to Cygwin build after 8fea1a81 new a692aa3f1dc Use inheritance for addrmap new 5427f03f9e0 Privacy for addrmap_fixed new 9d45ec63a5e Privacy for addrmap_mutable new 1b3261edfb7 Move addrmap classes to addrmap.h new 769520b7e5c Remove addrmap wrapper functions new 10cce2c4419 Remove addrmap_create_mutable new d89120e9493 Remove addrmap::create_fixed new 93b527ef787 Use malloc for mutable addrmaps new 32681b482a3 Remove psymtab_addrmap
The 9 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/addrmap.c | 441 +++++++++++----------------------------------- gdb/addrmap.h | 213 +++++++++++++++------- gdb/block.c | 4 +- gdb/buildsym.c | 11 +- gdb/buildsym.h | 8 +- gdb/dwarf2/cooked-index.h | 6 +- gdb/dwarf2/index-write.c | 2 +- gdb/dwarf2/read.c | 70 +++----- gdb/inline-frame.c | 2 +- gdb/objfiles.c | 2 +- gdb/psympriv.h | 16 +- gdb/psymtab.c | 109 +----------- gdb/psymtab.h | 11 -- gdb/symtab.c | 2 +- 14 files changed, 301 insertions(+), 596 deletions(-)