* dwarf2out.c (output_abbrev_section): Terminate with a zero.
authorHans-Peter Nilsson <hp@bitrange.com>
Tue, 20 Jul 1999 19:39:27 +0000 (19:39 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 20 Jul 1999 19:39:27 +0000 (15:39 -0400)
From-SVN: r28192

gcc/ChangeLog
gcc/dwarf2out.c

index 217ac93f8ab956259852c8c2b9be3c381d34b53a..d462182e29498b70d818aeca9d1b91efbf4e630f 100644 (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.
index d0863fabda65279ea818a4299a7387cdb8dc613f..90bedcb0acaf4a0a116264c017c5346eaa3a6832 100644 (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).  */