summaryrefslogtreecommitdiff
path: root/gcc/xcoffout.h
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-06 15:37:55 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-06 15:37:55 +0000
commit9129db5baf8caea33645e50eb0debd96582bacda (patch)
tree7d3b707dfd7f482fb134bc50270e4bb84878e8d1 /gcc/xcoffout.h
parent7c517bb4bde6767ce616f0f0d4aac14934406b53 (diff)
downloadgcc-9129db5baf8caea33645e50eb0debd96582bacda.tar.gz
2004-07-06 George Helffrich <george@gly.bris.ac.uk>
* xcoffout.h (DBX_FINISH_SYMBOL): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84156 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 a11c7c9135b..eca245d103c 100644
--- a/gcc/xcoffout.h
+++ b/gcc/xcoffout.h
@@ -91,7 +91,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
else if (current_sym_addr) \
output_addr_const (asmfile, current_sym_addr); \
else if (current_sym_code == N_GSYM) \
- assemble_name (asmfile, XSTR (XEXP (DECL_RTL (sym), 0), 0)); \
+ assemble_name (asmfile, XSTR (XEXP (DECL_RTL (SYM), 0), 0)); \
else \
fprintf (asmfile, "%d", current_sym_value); \
fprintf (asmfile, ",%d,0\n", stab_to_sclass (current_sym_code)); \