aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/dwarf2out.c3
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 217ac93..d462182 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index d0863fa..90bedcb 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -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). */