aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Helffrich <george@gly.bris.ac.uk>2004-07-06 15:37:55 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2004-07-06 11:37:55 -0400
commit88a2ae206ea08e0a86c782cd442a59896d9f6c17 (patch)
tree7d3b707dfd7f482fb134bc50270e4bb84878e8d1
parent267a8fa96067eb399aa33af8ad4ec21fb40bf58e (diff)
downloadgcc-88a2ae206ea08e0a86c782cd442a59896d9f6c17.zip
gcc-88a2ae206ea08e0a86c782cd442a59896d9f6c17.tar.gz
gcc-88a2ae206ea08e0a86c782cd442a59896d9f6c17.tar.bz2
xcoffout.h (DBX_FINISH_SYMBOL): Fix typo.
2004-07-06 George Helffrich <george@gly.bris.ac.uk> * xcoffout.h (DBX_FINISH_SYMBOL): Fix typo. From-SVN: r84156
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/xcoffout.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a14897b..24d27bb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2004-07-06 George Helffrich <george@gly.bris.ac.uk>
+
+ * xcoffout.h (DBX_FINISH_SYMBOL): Fix typo.
+
2004-07-06 Eric Botcazou <ebotcazou@libertysurf.fr>
* config/sparc/sparc.c (get_pc_symbol): Rename into
diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h
index a11c7c9..eca245d 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)); \