mirror of
https://github.com/pret/agbcc.git
synced 2026-04-25 07:19:40 -05:00
All debug info fixes added
This commit is contained in:
parent
b9fd9ae40b
commit
6777bd8311
|
|
@ -3701,6 +3701,14 @@ output_abbrev_section ()
|
|||
|
||||
fprintf (asm_out_file, "\t%s\t0,0\n", ASM_BYTE_OP);
|
||||
}
|
||||
|
||||
if (flag_legacy_debug_info)
|
||||
{
|
||||
/* We need to properly terminate the abbrev table for this
|
||||
compilation unit, as per the standard, and not rely on
|
||||
workarounds in e.g. gdb. */
|
||||
fprintf (asm_out_file, "\t%s\t0\n", ASM_BYTE_OP);
|
||||
}
|
||||
}
|
||||
|
||||
/* Output location description stack opcode's operands (if any). */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user