Commit 59cfb80c by Jeff Law

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
parent 5ff80931
...@@ -361,7 +361,7 @@ dbxout_function_end () ...@@ -361,7 +361,7 @@ dbxout_function_end ()
assemble_name (asmfile, lscope_label_name); assemble_name (asmfile, lscope_label_name);
fputc ('-', asmfile); fputc ('-', asmfile);
assemble_name (asmfile, XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0)); 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. /* At the beginning of compilation, start writing the symbol table.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment