dwarf2read.c (dwarf_decode_lines_1): Add comment.

* dwarf2read.c (dwarf_decode_lines_1): Add comment.
This commit is contained in:
Doug Evans 2014-08-15 16:05:47 -07:00
parent faa743bb1b
commit 37780ee59e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-08-15 Doug Evans <dje@google.com>
* dwarf2read.c (dwarf_decode_lines_1): Add comment.
2014-08-15 Doug Evans <dje@google.com>
* dwarf2read.c (dwarf_decode_lines_1): Delete local "column", unused.

View File

@ -17298,6 +17298,8 @@ dwarf_decode_lines_1 (struct line_header *lh, const char *comp_dir,
"[in module %s]"),
line_offset, objfile_name (objfile));
p_record_line = noop_record_line;
/* Note: p_record_line is left as noop_record_line
until we see DW_LNE_end_sequence. */
}
op_index = 0;