aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-01-04 19:16:15 +0000
committerDoug Evans <dje@google.com>2012-01-04 19:16:15 +0000
commit28dee7f53d9853d9c954b5bbdd41def74ca5a772 (patch)
tree4f4667f53b0a5018853fe9254b475006d0cfc858 /gdb
parent23745b478615363be929fd70c6b22313c580cd8e (diff)
downloadgdb-28dee7f53d9853d9c954b5bbdd41def74ca5a772.zip
gdb-28dee7f53d9853d9c954b5bbdd41def74ca5a772.tar.gz
gdb-28dee7f53d9853d9c954b5bbdd41def74ca5a772.tar.bz2
* dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/dwarf2read.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 74f73a8..e11568b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c
index e1bf29d..6526e73 100644
--- a/gdb/dwarf2read.c
+++ b/gdb/dwarf2read.c
@@ -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
{