summaryrefslogtreecommitdiff
path: root/gcc/config/dbxcoff.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@issan.cs.uni-dortmund.de>1999-05-20 01:54:28 +0000
committerJeff Law <law@gcc.gnu.org>1999-05-19 19:54:28 -0600
commit3d3fcaef678cf102ea7f8b4faa38582e0fc20244 (patch)
tree329ee7c23d9539a1eed1e520f6f98b6653028d8d /gcc/config/dbxcoff.h
parenteacc0666b081e168009a022a80aa2b6f3f1d8c39 (diff)
downloadgcc-3d3fcaef678cf102ea7f8b4faa38582e0fc20244.tar.gz
dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use asm_fprintf and %L to generate the label name.
* config/dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use asm_fprintf and %L to generate the label name. * config/dbxelf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise. (ASM_OUTPUT_SOURCE_LINE): Correct generation of internal labels. From-SVN: r27048
Diffstat (limited to 'gcc/config/dbxcoff.h')
-rw-r--r--gcc/config/dbxcoff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/dbxcoff.h b/gcc/config/dbxcoff.h
index 9497a70b83f..1d5b448879f 100644
--- a/gcc/config/dbxcoff.h
+++ b/gcc/config/dbxcoff.h
@@ -49,8 +49,8 @@ Boston, MA 02111-1307, USA. */
#undef DBX_OUTPUT_MAIN_SOURCE_FILE_END
#define DBX_OUTPUT_MAIN_SOURCE_FILE_END(FILE, FILENAME) \
- fprintf (FILE, \
- "\t.text\n\t.stabs \"\",%d,0,0,Letext\nLetext:\n", N_SO)
+ asm_fprintf (FILE, \
+ "\t.text\n\t.stabs \"\",%d,0,0,%LLetext\n%LLetext:\n", N_SO)
/* Like block addresses, stabs line numbers are relative to the
current function. */