From 19c79343221dfd3b77dbbc9b4575d055e68d01d9 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 3 May 1992 21:23:22 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r866 --- gcc/xcoffout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h index e6da7403011..52984767da1 100644 --- a/gcc/xcoffout.h +++ b/gcc/xcoffout.h @@ -75,7 +75,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_NAME (SYM))); \ + fprintf (asmfile, "%s", IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (SYM))); \ else \ fprintf (asmfile, "%d", current_sym_value); \ fprintf (asmfile, ",%d,0\n", stab_to_sclass (current_sym_code)); \ -- 2.30.2