소스 검색

+ Fixed resource section names

git-svn-id: trunk@1185 -
michael 20 년 전
부모
커밋
2057b480a9
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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