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 ad96220cc7 Update release making notes to metion checking for new top l [...] new b248663fe5 Use new and delete for buildsym_compunit new 905eb0e293 Change buildsym_compunit::comp_dir to be a unique_xmalloc_ptr new e62cca7ccb Add assert in prepare_for_building new c0015d4497 Move last_source file to buildsym_compunit new 6a976300e7 Move pending_macros to buildsym_compunit new 530fedbcbf Move have_line_numbers to buildsym_compunit new 2c99ee5c4f Move last_source_start_addr to buildsym_compunit new 81cc346dc9 Move processing_acc_compilation to dbxread.c new 0ec44fc067 Make context_stack_size static in buildsym.c new 2150c3ef04 Move some code from buildsym to stabsread new 6b84eeb216 Move processing_gcc to stabsread new 5985ac614d Move within_function to stabsread new 2c722d18f3 Remove buildsym_new_init new 77d6f1aa16 Move scan_file_globals declaration to stabsread.h new 43130d6f96 Remove merge_symbol_lists new ccdac490bb Use gdb_assert in two places in buildsym.c new 8419ee5331 Move the subfile stack to buildsym_compunit new 652788a731 Make free_pending_blocks static new 6cccc9a891 Move the using directives to buildsym_compunit new edb0470b99 Use outermost_context_p in more places
The 20 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 | 175 ++++++++++++++++++++++++ gdb/buildsym.c | 394 ++++++++++++++++++++++++++--------------------------- gdb/buildsym.h | 92 ++++--------- gdb/coffread.c | 15 +- gdb/cp-namespace.c | 2 +- gdb/dbxread.c | 31 +++-- gdb/dwarf2read.c | 17 +-- gdb/elfread.c | 2 +- gdb/mdebugread.c | 2 +- gdb/mipsread.c | 2 +- gdb/stabsread.c | 14 +- gdb/stabsread.h | 33 +++++ gdb/xcoffread.c | 16 +-- 13 files changed, 482 insertions(+), 313 deletions(-)