*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Sun, 3 May 1992 21:23:22 +0000 (21:23 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 3 May 1992 21:23:22 +0000 (21:23 +0000)
From-SVN: r866

gcc/xcoffout.h

index e6da7403011bd8e0eb21f46149e874c844c46f5b..52984767da167c9afa1ee101966ad1542155fabb 100644 (file)
@@ -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)); \