Selaa lähdekoodia

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

git-svn-id: trunk@2567 -

Jonas Maebe 19 vuotta sitten
vanhempi
commit
85c6a6d8e6
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 }
         { Reference all DEBUGINFO sections from the main .text section }
         if (target_info.system <> system_powerpc_macos) then
         if (target_info.system <> system_powerpc_macos) then
           begin
           begin
+            list.concat(Tai_section.create(sec_data,'',0));
             { include reference to all debuginfo sections of used units }
             { include reference to all debuginfo sections of used units }
             hp:=tused_unit(usedunits.first);
             hp:=tused_unit(usedunits.first);
             while assigned(hp) do
             while assigned(hp) do