Browse Source

+ Fixed resource section names

git-svn-id: trunk@1185 -
michael 20 years ago
parent
commit
2057b480a9
2 changed files with 2 additions and 2 deletions
  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',
           '.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

+ 1 - 1
compiler/ogelf.pas

@@ -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