From: Richard Stallman Date: Sun, 3 May 1992 21:23:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: misc/cutover-egcs-0~13065 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19c79343221dfd3b77dbbc9b4575d055e68d01d9;p=thirdparty%2Fgcc.git *** empty log message *** From-SVN: r866 --- diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h index e6da7403011b..52984767da16 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)); \