summaryrefslogtreecommitdiff
path: root/gcc/xcoffout.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-05-03 21:23:22 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-05-03 21:23:22 +0000
commit6bd0b1cc8b04a86ad6467fe38ad5102b21d6105e (patch)
treee72325662c60214c0515d6b79ab1a56ef83c27fe /gcc/xcoffout.h
parent669ab0da69e44beb6efc393bc0225972923c786b (diff)
downloadgcc-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.h2
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)); \