瀏覽代碼

* put the reference to all debuginfo sections of used units in
a data section

git-svn-id: trunk@2567 -

Jonas Maebe 19 年之前
父節點
當前提交
85c6a6d8e6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/dbgstabs.pas

+ 1 - 0
compiler/dbgstabs.pas

@@ -1489,6 +1489,7 @@ implementation
         { Reference all DEBUGINFO sections from the main .text section }
         if (target_info.system <> system_powerpc_macos) then
           begin
+            list.concat(Tai_section.create(sec_data,'',0));
             { include reference to all debuginfo sections of used units }
             hp:=tused_unit(usedunits.first);
             while assigned(hp) do