diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-10 00:13:09 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-10 00:13:09 +0000 |
commit | fa14c252186855c6cae16723b19eff79adbc689d (patch) | |
tree | 90b6fe352bef8c70cccf4d95812913fb615a59f7 /gcc/dbxout.c | |
parent | 4160bdc7d3378e12cc30548eef0e07071455792a (diff) | |
download | gcc-fa14c252186855c6cae16723b19eff79adbc689d.tar.gz |
* dbxout.c (dbxout_source_line): Remove extra tab.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36821 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dbxout.c')
-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 7bf888990b6..7da5ad87801 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -559,7 +559,7 @@ dbxout_source_line (file, filename, lineno) #ifdef ASM_OUTPUT_SOURCE_LINE ASM_OUTPUT_SOURCE_LINE (file, lineno); #else - fprintf (file, "\t%s%d,0,%d\n", ASM_STABD_OP, N_SLINE, lineno); + fprintf (file, "%s%d,0,%d\n", ASM_STABD_OP, N_SLINE, lineno); #endif } |