mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 13:19:34 +01:00
* binary writer must take care of resource sections as well
git-svn-id: trunk@1200 -
This commit is contained in:
parent
b1568fed2a
commit
43cf42b3b6
@ -360,8 +360,8 @@ implementation
|
||||
'fpc'
|
||||
);
|
||||
begin
|
||||
if use_smartlink_section and
|
||||
(aname<>'') then
|
||||
if (use_smartlink_section and
|
||||
(aname<>'')) or (atype=sec_fpc) then
|
||||
result:=secnames[atype]+'.'+aname
|
||||
else
|
||||
result:=secnames[atype];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user