瀏覽代碼

* 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