xcoffout.h (DBX_FINISH_SYMBOL): Fix typo.
authorGeorge Helffrich <george@gly.bris.ac.uk>
Tue, 6 Jul 2004 15:37:55 +0000 (15:37 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 6 Jul 2004 15:37:55 +0000 (11:37 -0400)
2004-07-06  George Helffrich <george@gly.bris.ac.uk>

        * xcoffout.h (DBX_FINISH_SYMBOL): Fix typo.

From-SVN: r84156

gcc/ChangeLog
gcc/xcoffout.h

index a14897b88ace2fd1d01cbbabe743764d78cb026c..24d27bb579792612ce8085182158a3be42e4762e 100644 (file)
@@ -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
index a11c7c9135ba7549a8a441dd094df21d8241d16f..eca245d103c4eb88ed9cb43067194d041698f195 100644 (file)
@@ -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)); \