diff options
author | Richard Stallman <rms@gnu.org> | 1992-05-03 21:23:22 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-05-03 21:23:22 +0000 |
commit | 19c79343221dfd3b77dbbc9b4575d055e68d01d9 (patch) | |
tree | e72325662c60214c0515d6b79ab1a56ef83c27fe /gcc/xcoffout.h | |
parent | d218c758daa19a6b0f16fbd2b453091159074ef4 (diff) | |
download | gcc-19c79343221dfd3b77dbbc9b4575d055e68d01d9.tar.gz |
*** empty log message ***
From-SVN: r866
Diffstat (limited to 'gcc/xcoffout.h')
-rw-r--r-- | gcc/xcoffout.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)); \ |