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 3ba174474d [PATCH, LD, AArch64] Fix ifunc testisms new 56ba65a047 Make the Rust parser pure new a60f3166aa Move the context stack to buildsym_compunit new 3c65e5b31c Move current_subfile to buildsym_compunit new 7ea05a7b63 Move pending addrmap globals to buildsym_compunit new 5ac045503d Move pending_blocks and pending_block_obstack to buildsym_compunit new c233e9c641 Remove the "listhead" argument from finish_block new 1d376700df Remove free_pendings new f62f6af5da Do not look at file symbols when reading psymtabs new 93b8bea414 Set list_in_scope later in DWARF reader new e148f09d75 Move the symbol lists to buildsym_compunit new b37dd3bcaa Remove buildsym_init new ddb7060226 Remove a TODO new b80a981d08 Remove EXTERN from buildsym.h new 6b213a4778 Remove parameter from record_pending_block new 4a2125f531 Add many methods to buildsym_compunit new da6580e59c Do not use buildsym.h in some files new 74c72eac23 Remove reset_symtab_globals new ab209f6fa9 Move struct buildsym_compunit to buildsym.h new 0baae8dbd3 Introduce buildsym-legacy.h new 80e649fcac Parameterize cp_scan_for_anonymous_namespaces new 804d27291b Convert the DWARF reader to new-style buildysm new 0e6f30610f Remove some unused buildsym functions new bfe2e011c0 Remove record_line_ftype new cbb09508e4 Rename remaining members of buildsym_compunit to start with "m_"
The 24 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 | 314 +++++++++++++ gdb/Makefile.in | 2 + gdb/arch-utils.c | 1 - gdb/buildsym-legacy.c | 348 +++++++++++++++ gdb/buildsym-legacy.h | 182 ++++++++ gdb/buildsym.c | 967 ++++++++++------------------------------ gdb/buildsym.h | 360 ++++++++++----- gdb/coffread.c | 55 ++- gdb/cp-namespace.c | 9 +- gdb/cp-support.h | 4 +- gdb/dbxread.c | 62 ++- gdb/dwarf2read.c | 337 +++++++------- gdb/elfread.c | 2 - gdb/go32-nat.c | 2 +- gdb/machoread.c | 1 - gdb/mdebugread.c | 7 +- gdb/mipsread.c | 2 - gdb/rust-exp.y | 1189 +++++++++++++++++++++++++------------------------ gdb/stabsread.c | 78 ++-- gdb/windows-nat.c | 2 +- gdb/xcoffread.c | 34 +- 21 files changed, 2234 insertions(+), 1724 deletions(-) create mode 100644 gdb/buildsym-legacy.c create mode 100644 gdb/buildsym-legacy.h