dwarf2read.c (dwarf_decode_lines_1): Add comment.
* dwarf2read.c (dwarf_decode_lines_1): Add comment.
This commit is contained in:
parent
faa743bb1b
commit
37780ee59e
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue