aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1997-05-15 08:39:56 -0600
committerJeff Law <law@gcc.gnu.org>1997-05-15 08:39:56 -0600
commit59cfb80c42c06b8816682519dcd55ff40d867028 (patch)
treeb9b1211112b6a3476b4bb91fe3ee57379b2fa3a0 /gcc/dbxout.c
parent5ff8093182f6e4637f2744c7f057a719f96c1afc (diff)
downloadgcc-59cfb80c42c06b8816682519dcd55ff40d867028.zip
gcc-59cfb80c42c06b8816682519dcd55ff40d867028.tar.gz
gcc-59cfb80c42c06b8816682519dcd55ff40d867028.tar.bz2
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
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c2
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.