From: Jeff Law Date: Thu, 15 May 1997 14:39:56 +0000 (-0600) Subject: dbxout.c (dbxout_function_end): Don't subtract one from the end of function scoping... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59cfb80c42c06b8816682519dcd55ff40d867028;p=gcc.git dbxout.c (dbxout_function_end): Don't subtract one from the end of function scoping stab. * dbxout.c (dbxout_function_end): Don't subtract one from the end of function scoping stab. From-SVN: r14069 --- diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 39d493244b7..80d2f83849f 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -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.