mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
dwarf2read.c (dwarf_decode_lines_1): Add comment.
* dwarf2read.c (dwarf_decode_lines_1): Add comment.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user