소스 검색

* fixed .toc section label generation

git-svn-id: trunk@3673 -
tom_at_work 19 년 전
부모
커밋
da95ffc4f3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/aggas.pas

+ 1 - 0
compiler/aggas.pas

@@ -287,6 +287,7 @@ implementation
         if not(target_info.system in [system_powerpc_darwin,system_i386_darwin]) and
            use_smartlink_section and
            (aname<>'') and
+           (atype <> sec_toc) and
            (atype<>sec_bss) then
           result:=secname+'.'+aname
         else