This reverts commit
84ed7a472551bce1ac58e0eced619433fabc956c.
The problem that the commit attempts to address has already been fixed in
commit
770479f223e "gdb: Fix toplevel types with -fdebug-types-section".
The commit itself is superfluous because it sets list_in_scope at a point that
it's already set (by start_symtab).
* gdbarch.sh: Use %s with printf, instead of variables in the
format string.
-2020-04-29 Sterling Augustine <saugustine@google.com>
-
- * dwarf2/read.c (setup_type_unit_groups): Set list_in_scope.
-
2020-04-29 Tom Tromey <tromey@adacore.com>
PR ada/25875:
= XOBNEWVEC (&COMPUNIT_OBJFILE (cust)->objfile_obstack,
struct symtab *, line_header->file_names_size ());
- list_in_scope = get_builder ()->get_file_symbols ();
auto &file_names = line_header->file_names ();
for (i = 0; i < file_names.size (); ++i)
{