[commit] dwarf2read.c (struct dwarf2_cu): Improve comments.

Doug Evans dje@google.com
Thu Mar 27 18:45:00 GMT 2014


Hi.

fyi, I committed this.

2014-03-27  Doug Evans  <dje@google.com>

	* dwarf2read.c (struct dwarf2_cu): Improve comments for members
	addr_base, ranges_base.

diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c
index 705dc2d..cf95583 100644
--- a/gdb/dwarf2read.c
+++ b/gdb/dwarf2read.c
@@ -513,12 +513,12 @@ struct dwarf2_cu
 
   /* The DW_AT_addr_base attribute if present, zero otherwise
      (zero is a valid value though).
-     Note this value comes from the stub CU/TU's DIE.  */
+     Note this value comes from the Fission stub CU/TU's DIE.  */
   ULONGEST addr_base;
 
   /* The DW_AT_ranges_base attribute if present, zero otherwise
      (zero is a valid value though).
-     Note this value comes from the stub CU/TU's DIE.
+     Note this value comes from the Fission stub CU/TU's DIE.
      Also note that the value is zero in the non-DWO case so this value can
      be used without needing to know whether DWO files are in use or not.
      N.B. This does not apply to DW_AT_ranges appearing in



More information about the Gdb-patches mailing list