dbxout.c (dbxout_function_end): Don't subtract one from the end of function scoping...
authorJeff Law <law@gcc.gnu.org>
Thu, 15 May 1997 14:39:56 +0000 (08:39 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 15 May 1997 14:39:56 +0000 (08:39 -0600)
        * dbxout.c (dbxout_function_end): Don't subtract one from
        the end of function scoping stab.

From-SVN: r14069

gcc/dbxout.c

index 39d493244b7774474ee396690adeb16fb9bfd9f8..80d2f83849f921455cb515576491e63acb72643a 100644 (file)
@@ -361,7 +361,7 @@ dbxout_function_end ()
   assemble_name (asmfile, lscope_label_name);
   fputc ('-', asmfile);
   assemble_name (asmfile, XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0));
-  fprintf (asmfile, "-1\n");
+  fprintf (asmfile, "\n");
 }
 
 /* At the beginning of compilation, start writing the symbol table.