Commit 88a2ae20 by George Helffrich Committed by David Edelsohn

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
parent 267a8fa9
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
......
......@@ -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)); \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment