Commit ce9e3a6d by Gabriel Dos Reis Committed by Gabriel Dos Reis

* toplev.c (output_clean_symbol_name): Fix another thinko.

From-SVN: r53871
parent fb2c6841
2002-05-25 Gabriel Dos Reis <gdr@codesourcery.com>
* toplev.c (output_clean_symbol_name): Fix another thinko. Gosh.
2002-05-25 Roger Sayle <roger@eyesopen.com> 2002-05-25 Roger Sayle <roger@eyesopen.com>
* simplify-rtx.c (simplify_gen_relational): Simplify the RTX * simplify-rtx.c (simplify_gen_relational): Simplify the RTX
......
...@@ -1724,7 +1724,7 @@ output_clean_symbol_name (file, name) ...@@ -1724,7 +1724,7 @@ output_clean_symbol_name (file, name)
/* Make it look like a valid identifier for an assembler. */ /* Make it look like a valid identifier for an assembler. */
clean_symbol_name (id); clean_symbol_name (id);
fputs (name, file); fputs (id, file);
free (id); free (id);
} }
......
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