소스 검색

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

git-svn-id: trunk@12910 -

Jonas Maebe 16 년 전
부모
커밋
173ca78a68
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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 }