Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
ce9e3a6d
Commit
ce9e3a6d
authored
May 25, 2002
by
Gabriel Dos Reis
Committed by
Gabriel Dos Reis
May 25, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* toplev.c (output_clean_symbol_name): Fix another thinko.
From-SVN: r53871
parent
fb2c6841
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/toplev.c
+1
-1
No files found.
gcc/ChangeLog
View file @
ce9e3a6d
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
...
...
gcc/toplev.c
View file @
ce9e3a6d
...
@@ -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
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment