mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
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
@ -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 New Issue
Block a user