mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 19:51:34 +08:00
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
This commit is contained in:
parent
5ff8093182
commit
59cfb80c42
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user