From: Jim Blandy Date: Fri, 24 May 2002 19:16:56 +0000 (+0000) Subject: dwarf2out.c (dwarf2out_finish): Don't forget to emit a final entry with a type code... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f8d482ecd2d884e9b27d74bae92457147bf8ce1;p=gcc.git dwarf2out.c (dwarf2out_finish): Don't forget to emit a final entry with a type code of zero... * dwarf2out.c (dwarf2out_finish): Don't forget to emit a final entry with a type code of zero, marking the end of the compilation unit's macro info. From-SVN: r53849 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 35e91c49add..29027a11361 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2002-05-24 Jim Blandy + + * dwarf2out.c (dwarf2out_finish): Don't forget to emit a final + entry with a type code of zero, marking the end of the compilation + unit's macro info. + 2002-05-24 Richard Henderson * varasm.c (asm_output_bss): Always output one byte. diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 31daf427069..f6ef2fa3300 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -12312,6 +12312,7 @@ dwarf2out_finish (input_filename) { named_section_flags (DEBUG_MACINFO_SECTION, SECTION_DEBUG); dw2_asm_output_data (1, DW_MACINFO_end_file, "End file"); + dw2_asm_output_data (1, 0, "End compilation unit"); } /* If we emitted any DW_FORM_strp form attribute, output the string