diff options
author | Richard Stallman <rms@gnu.org> | 1993-05-26 03:46:03 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-05-26 03:46:03 +0000 |
commit | 09b11d829e344c3da800e8a98273073da752179f (patch) | |
tree | 894bc5c3464c3447f8f6a6a3b4a663c2ca0e47bd | |
parent | ce343979900ac33bb1f93b3bdfbf1b184ba30a6a (diff) | |
download | gcc-09b11d829e344c3da800e8a98273073da752179f.zip gcc-09b11d829e344c3da800e8a98273073da752179f.tar.gz gcc-09b11d829e344c3da800e8a98273073da752179f.tar.bz2 |
(ASM_OUTPUT_SOURCE_LINE): Likewise.
From-SVN: r4568
-rw-r--r-- | gcc/config/sparc/sol2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index fd78139..25b188f 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -145,7 +145,7 @@ do { \ { static int sym_lineno = 1; \ fprintf (file, ".stabn 68,0,%d,.LM%d-%s\n.LM%d:\n", \ line, sym_lineno, \ - IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (current_function_decl)),\ + XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0), \ sym_lineno); \ sym_lineno += 1; } |