diff options
-rw-r--r-- | gcc/dbxout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 39d4932..80d2f83 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. |