mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 20:39:13 +02:00
+ Fixed resource section names
git-svn-id: trunk@1185 -
This commit is contained in:
parent
3043828803
commit
2057b480a9
@ -202,7 +202,7 @@ implementation
|
|||||||
'.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_frame',
|
||||||
'fpc.resptrs'
|
'fpc'
|
||||||
);
|
);
|
||||||
begin
|
begin
|
||||||
if use_smartlink_section and
|
if use_smartlink_section and
|
||||||
|
@ -357,7 +357,7 @@ implementation
|
|||||||
'.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_frame',
|
||||||
'fpc.resptrs'
|
'fpc'
|
||||||
);
|
);
|
||||||
begin
|
begin
|
||||||
if use_smartlink_section and
|
if use_smartlink_section and
|
||||||
|
Loading…
Reference in New Issue
Block a user