Explorar el Código

* don't strip aname for resources

git-svn-id: trunk@1199 -
florian hace 20 años
padre
commit
b1568fed2a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      compiler/aggas.pas

+ 2 - 2
compiler/aggas.pas

@@ -205,8 +205,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];