Browse Source

* removed superfluous "end of debug info" marker (zero-byte), about
which objdump complained

git-svn-id: trunk@12910 -

Jonas Maebe 16 năm trước cách đây
mục cha
commit
173ca78a68
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      compiler/dbgdwarf.pas

+ 0 - 1
compiler/dbgdwarf.pas

@@ -2549,7 +2549,6 @@ implementation
         finish_children;
 
         { end of debug info table }
-        current_asmdata.asmlists[al_dwarf_info].concat(tai_const.create_8bit(0));
         current_asmdata.asmlists[al_dwarf_info].concat(tai_symbol.createname(target_asm.labelprefix+'edebug_info0',AT_DATA,0));
 
         { end of abbrev table }