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
e9acb323
Commit
e9acb323
authored
14 years ago
by
Eric Botcazou
Committed by
Eric Botcazou
14 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* opt-functions.awk (opt_sanitized_name): Remove gdwarf+ handling.
From-SVN: r165255
parent
b1607943
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+4
-0
gcc/opt-functions.awk
+0
-2
No files found.
gcc/ChangeLog
View file @
e9acb323
2010-10-10 Eric Botcazou <ebotcazou@adacore.com>
* opt-functions.awk (opt_sanitized_name): Remove gdwarf+ handling.
2010-10-10 Uros Bizjak <ubizjak@gmail.com>
* config/alpha/alpha.c (alpha_setup_incoming_varargs): Pass pointer
This diff is collapsed.
Click to expand it.
gcc/opt-functions.awk
View file @
e9acb323
...
...
@@ -204,8 +204,6 @@ function var_ref(name, flags)
# Given the option called NAME return a sanitized version of its name.
function
opt_sanitized_name
(
name
)
{
if
(
name
==
"gdwarf+"
)
name
=
"gdwarfplus"
gsub
(
"[^A-Za-z0-9]"
,
"_"
,
name
)
return
name
}
...
...
This diff is collapsed.
Click to expand it.
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