Sfoglia il codice sorgente

+ Fixed resource section names

git-svn-id: trunk@1185 -
michael 20 anni fa
parent
commit
2057b480a9
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      compiler/aggas.pas
  2. 1 1
      compiler/ogelf.pas

+ 1 - 1
compiler/aggas.pas

@@ -202,7 +202,7 @@ implementation
           '.idata$2','.idata$4','.idata$5','.idata$6','.idata$7','.edata',
           '.eh_frame',
           '.debug_frame',
-          'fpc.resptrs'
+          'fpc'
         );
       begin
         if use_smartlink_section and

+ 1 - 1
compiler/ogelf.pas

@@ -357,7 +357,7 @@ implementation
           '.idata$2','.idata$4','.idata$5','.idata$6','.idata$7','.edata',
           '.eh_frame',
           '.debug_frame',
-          'fpc.resptrs'
+          'fpc'
         );
       begin
         if use_smartlink_section and