Also mark .debug_line_str as mergeable strings
This commit is contained in:
parent
7a1601553d
commit
126fd7c31d
@ -39,7 +39,7 @@ fn add_debug_section(
|
||||
let section_id = self.object.add_section(
|
||||
segment,
|
||||
name,
|
||||
if id == SectionId::DebugStr {
|
||||
if id == SectionId::DebugStr || id == SectionId::DebugLineStr {
|
||||
SectionKind::DebugString
|
||||
} else if id == SectionId::EhFrame {
|
||||
SectionKind::ReadOnlyData
|
||||
|
Loading…
Reference in New Issue
Block a user