diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index c12675e9..ccbb4bc 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1724,7 +1724,7 @@ output_clean_symbol_name (file, name) /* Make it look like a valid identifier for an assembler. */ clean_symbol_name (id); - fputs (name, file); + fputs (id, file); free (id); } |