mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-02 11:00:37 +08:00
* dwarf2out.c (output_abbrev_section): Terminate with a zero.
From-SVN: r28192
This commit is contained in:
parent
a15fe78b44
commit
81f374ebfb
@ -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.
|
||||
|
@ -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). */
|
||||
|
Loading…
x
Reference in New Issue
Block a user