mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 16:09:17 +02:00
+ set the oso_debug flag to dwarf MZ exe sections
git-svn-id: trunk@39224 -
This commit is contained in:
parent
239fb25179
commit
97365abbcf
@ -3010,7 +3010,11 @@ cleanup:
|
|||||||
'.debug_abbrev',
|
'.debug_abbrev',
|
||||||
'.debug_line',
|
'.debug_line',
|
||||||
'.debug_aranges':
|
'.debug_aranges':
|
||||||
CalcDwarfUnifiedLogicalSegmentsForSection(SecName);
|
begin
|
||||||
|
CalcDwarfUnifiedLogicalSegmentsForSection(SecName);
|
||||||
|
with TMZExeSection(FindExeSection(SecName)) do
|
||||||
|
SecOptions:=SecOptions+[oso_debug];
|
||||||
|
end;
|
||||||
else
|
else
|
||||||
internalerror(2018061401);
|
internalerror(2018061401);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user