Browse Source

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

git-svn-id: trunk@2567 -

Jonas Maebe 19 years ago
parent
commit
85c6a6d8e6
1 changed files with 1 additions and 0 deletions
  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