(DBX_FINISH_SYMBOL): Get variable name from DECL_RTL

instead of from DECL_ASSEMBLER_NAME.

From-SVN: r6274
This commit is contained in:
Jim Wilson 1993-12-22 17:35:24 -08:00
parent b16bd3ad93
commit 76767c30d9
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
else if (current_sym_addr) \
output_addr_const (asmfile, current_sym_addr); \
else if (current_sym_code == N_GSYM) \
fprintf (asmfile, "%s", IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (SYM))); \
assemble_name (asmfile, XSTR (XEXP (DECL_RTL (sym), 0), 0)); \
else \
fprintf (asmfile, "%d", current_sym_value); \
fprintf (asmfile, ",%d,0\n", stab_to_sclass (current_sym_code)); \