diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-03 21:23:22 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-03 21:23:22 +0000 |
commit | 6bd0b1cc8b04a86ad6467fe38ad5102b21d6105e (patch) | |
tree | e72325662c60214c0515d6b79ab1a56ef83c27fe /gcc/xcoffout.h | |
parent | 669ab0da69e44beb6efc393bc0225972923c786b (diff) | |
download | gcc-6bd0b1cc8b04a86ad6467fe38ad5102b21d6105e.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@866 138bc75d-0d04-0410-961f-82ee72b054a4
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)); \ |