* dwarf2out.c (output_abbrev_section): Terminate with a zero.

From-SVN: r28192
This commit is contained in:
Hans-Peter Nilsson 1999-07-20 19:39:27 +00:00 committed by Jason Merrill
parent a15fe78b44
commit 81f374ebfb
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Tue Jul 20 12:37:30 1999 Hans-Peter Nilsson <hp@bitrange.com>
* dwarf2out.c (output_abbrev_section): Terminate with a zero.
Tue Jul 20 12:12:27 1999 Jason Merrill <jason@yorick.cygnus.com>
* gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.

View File

@ -5135,6 +5135,9 @@ output_abbrev_section ()
fprintf (asm_out_file, "\t%s\t0,0\n", ASM_BYTE_OP);
}
/* Terminate the table. */
fprintf (asm_out_file, "\t%s\t0\n", ASM_BYTE_OP);
}
/* Output location description stack opcode's operands (if any). */