From: Richard Stallman Date: Sun, 3 May 1992 21:23:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=19c79343221dfd3b77dbbc9b4575d055e68d01d9;p=gcc.git *** empty log message *** From-SVN: r866 --- 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)); \