|
From: <sv...@va...> - 2012-04-04 17:42:09
|
sewardj 2012-04-04 18:42:02 +0100 (Wed, 04 Apr 2012)
New Revision: 12487
Log:
Comment-only fix. (Tom Tromey <tr...@re...>)
Modified files:
trunk/coregrind/m_debuginfo/readdwarf3.c
Modified: trunk/coregrind/m_debuginfo/readdwarf3.c (+2 -2)
===================================================================
--- trunk/coregrind/m_debuginfo/readdwarf3.c 2012-04-04 13:23:23 +01:00 (rev 12486)
+++ trunk/coregrind/m_debuginfo/readdwarf3.c 2012-04-04 18:42:02 +01:00 (rev 12487)
@@ -71,7 +71,7 @@
ML_(sizeOfType): differentiate between zero sized types and types
for which the size is unknown. Is this important? I don't know.
- DW_AT_array_types: deal with explicit sizes (currently we compute
+ DW_TAG_array_types: deal with explicit sizes (currently we compute
the size from the bounds and the element size, although that's
fragile, if the bounds incompletely specified, or completely
absent)
@@ -85,7 +85,7 @@
expressions correctly, by failing to evaluate them and hence
effectively ignoring the variable with which they are associated.
- Deal with DW_AT_array_types which have element size != stride
+ Deal with DW_TAG_array_types which have element size != stride
In some cases, the info for a variable is split between two
different DIEs (generally a declarer and a definer). We punt on
|