* dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.

This commit is contained in:
Doug Evans 2012-01-04 19:16:15 +00:00
parent 23745b4786
commit 28dee7f53d
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2012-01-04 Doug Evans <dje@google.com>
* dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
* dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
New arg "per_cu". All callers updated.

View File

@ -433,9 +433,7 @@ struct dwarf2_cu
/* Persistent data held for a compilation unit, even when not
processing it. We put a pointer to this structure in the
read_symtab_private field of the psymtab. If we encounter
inter-compilation-unit references, we also maintain a sorted
list of all compilation units. */
read_symtab_private field of the psymtab. */
struct dwarf2_per_cu_data
{