2009-07-03 Cary Coutant <ccoutant@google.com>
* dwarf2.c (decode_line_info): Ignore DW_LNE_set_discriminator.
This commit is contained in:
parent
4a7688702f
commit
9e1f7c0e44
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-07-03 Cary Coutant <ccoutant@google.com>
|
||||
|
||||
* dwarf2.c (decode_line_info): Ignore DW_LNE_set_discriminator.
|
||||
|
||||
2009-07-03 Dave Korn <dave.korn.cygwin@gmail.com>
|
||||
|
||||
* coffcode.h (sec_to_styp_flags): Partially revert (functional
|
||||
|
|
|
@ -1405,6 +1405,10 @@ decode_line_info (struct comp_unit *unit, struct dwarf2_debug *stash)
|
|||
line_ptr += bytes_read;
|
||||
table->num_files++;
|
||||
break;
|
||||
case DW_LNE_set_discriminator:
|
||||
(void) read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
|
||||
line_ptr += bytes_read;
|
||||
break;
|
||||
default:
|
||||
(*_bfd_error_handler) (_("Dwarf Error: mangled line number section."));
|
||||
bfd_set_error (bfd_error_bad_value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue