|
@@ -239,7 +239,7 @@ implementation
|
|
'.stabstr',
|
|
'.stabstr',
|
|
'.idata$2','.idata$4','.idata$5','.idata$6','.idata$7','.edata',
|
|
'.idata$2','.idata$4','.idata$5','.idata$6','.idata$7','.edata',
|
|
'.eh_frame',
|
|
'.eh_frame',
|
|
- '.debug_frame','.debug_info','.debug_line','.debug_abbrev','.debug_aranges','.debug_ranges',
|
|
|
|
|
|
+ '.debug_frame','.debug_info','.debug_line','.debug_abbrev','.debug_aranges','.debug_ranges','.debug_loc','.debug_loclists',
|
|
'.fpc',
|
|
'.fpc',
|
|
'.toc',
|
|
'.toc',
|
|
'.init',
|
|
'.init',
|
|
@@ -300,7 +300,7 @@ implementation
|
|
'.stabstr',
|
|
'.stabstr',
|
|
'.idata$2','.idata$4','.idata$5','.idata$6','.idata$7','.edata',
|
|
'.idata$2','.idata$4','.idata$5','.idata$6','.idata$7','.edata',
|
|
'.eh_frame',
|
|
'.eh_frame',
|
|
- '.debug_frame','.debug_info','.debug_line','.debug_abbrev','.debug_aranges','.debug_ranges',
|
|
|
|
|
|
+ '.debug_frame','.debug_info','.debug_line','.debug_abbrev','.debug_aranges','.debug_ranges','.debug_loc','.debug_loclists',
|
|
'.fpc',
|
|
'.fpc',
|
|
'.toc',
|
|
'.toc',
|
|
'.init',
|
|
'.init',
|
|
@@ -2182,6 +2182,8 @@ implementation
|
|
sec_debug_abbrev,
|
|
sec_debug_abbrev,
|
|
sec_debug_aranges,
|
|
sec_debug_aranges,
|
|
sec_debug_ranges,
|
|
sec_debug_ranges,
|
|
|
|
+ sec_debug_loc,
|
|
|
|
+ sec_debug_loclists,
|
|
{ ELF resources (+ references to stabs debug information sections) }
|
|
{ ELF resources (+ references to stabs debug information sections) }
|
|
sec_code (* sec_fpc *),
|
|
sec_code (* sec_fpc *),
|
|
{ Table of contents section }
|
|
{ Table of contents section }
|