Skip to content

Commit

Permalink
Merge pull request #3087 from ibuclaw/dwarfv3
Browse files Browse the repository at this point in the history
Set DWARF Version: 3 in .debug_info section
  • Loading branch information
WalterBright committed Jan 13, 2014
2 parents ebcc841 + 879115c commit da7b2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/dwarf.c
Expand Up @@ -417,7 +417,7 @@ struct DebugInfoHeader

static DebugInfoHeader debuginfo_init =
{ 0, // total_length
2, // version
3, // version
0, // abbrev_offset
4 // address_size
};
Expand Down

0 comments on commit da7b2a0

Please sign in to comment.