+2011-11-23 Doug Evans <dje@google.com>
+
+ * dwarf2read.c (dw2_lookup_symtab): Add comment.
+ (dw2_expand_symtabs_with_filename): Ditto.
+ (dw2_expand_symtabs_matching): Ditto.
+ (dw2_map_symbol_filenames): Ditto.
+
2011-11-23 Andrey Smirnov <andrew.smirnov@gmail.com>
* ada-lang.c (assign_aggregate): Minor reformatting.
struct dwarf2_per_cu_data *per_cu = dw2_get_cu (i);
struct quick_file_names *file_data;
+ /* We only need to look at symtabs not already expanded. */
if (per_cu->v.quick->symtab)
continue;
struct dwarf2_per_cu_data *per_cu = dw2_get_cu (i);
struct quick_file_names *file_data;
+ /* We only need to look at symtabs not already expanded. */
if (per_cu->v.quick->symtab)
continue;
struct quick_file_names *file_data;
per_cu->v.quick->mark = 0;
+
+ /* We only need to look at symtabs not already expanded. */
if (per_cu->v.quick->symtab)
continue;
struct dwarf2_per_cu_data *per_cu = dw2_get_cu (i);
struct quick_file_names *file_data;
+ /* We only need to look at symtabs not already expanded. */
if (per_cu->v.quick->symtab)
continue;