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 2219ae0b0e COFF: Check for symbols defined in discarded section new 3db066bcd5 Slightly simplify minsym creation new 1b7a07cba0 Use bitset for demangled_hash_languages new 788c80d1af Remove some unneeded initializations in minimal_symbol_reader new 741d7538b7 Remove minsym termination new d6797f465c Simplify per-BFD storage management new db92718b54 Use htab_up for demangled hash new 042d75e42c Allocate minimal symbols with malloc new 0de2420c4b Use memcpy in minimal_symbol_reader::install new eefba3da27 Change minimal_symbol inheritance
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/ChangeLog | 76 +++++++++++++++++++++++++++++++++++++++++ gdb/coffread.c | 3 +- gdb/jit.c | 2 -- gdb/minsyms.c | 105 ++++++++++++++++++--------------------------------------- gdb/minsyms.h | 20 ++++------- gdb/objfiles.c | 46 +++++++------------------ gdb/objfiles.h | 21 ++++++------ gdb/solib.c | 3 +- gdb/symfile.c | 1 - gdb/symtab.c | 6 ++-- gdb/symtab.h | 49 ++++++++++----------------- 11 files changed, 161 insertions(+), 171 deletions(-)