소스 검색

* 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