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(
|
let section_id = self.object.add_section(
|
||||||
segment,
|
segment,
|
||||||
name,
|
name,
|
||||||
if id == SectionId::DebugStr {
|
if id == SectionId::DebugStr || id == SectionId::DebugLineStr {
|
||||||
SectionKind::DebugString
|
SectionKind::DebugString
|
||||||
} else if id == SectionId::EhFrame {
|
} else if id == SectionId::EhFrame {
|
||||||
SectionKind::ReadOnlyData
|
SectionKind::ReadOnlyData
|
||||||
|
Loading…
Reference in New Issue
Block a user