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
398da2ac
Commit
398da2ac
authored
Sep 02, 2010
by
Joseph Myers
Committed by
Joseph Myers
Sep 02, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* opth-gen.awk (quote, comma): Remove unused variables.
From-SVN: r163785
parent
d1779886
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/ChangeLog
+4
-0
gcc/opth-gen.awk
+0
-4
No files found.
gcc/ChangeLog
View file @
398da2ac
2010-09-02 Joseph Myers <joseph@codesourcery.com>
* opth-gen.awk (quote, comma): Remove unused variables.
2010-09-02 Ryan Mansfield <rmansfield@qnx.com>
* arm.c (arm_override_options): Correct fall-back code to use
...
...
gcc/opth-gen.awk
View file @
398da2ac
...
...
@@ -29,8 +29,6 @@ BEGIN {
n_langs
=
0
n_target_save
=
0
n_extra_masks
=
0
quote
=
"\042"
comma
=
","
FS
=
SUBSEP
}
...
...
@@ -355,8 +353,6 @@ for (i = 0; i < n_opts; i++) {
s
=
substr
(
" "
,
length
(
enum_string
))
if
(
i
+
1
==
n_opts
)
comma
=
""
if
(
help
[
i
]
==
""
)
hlp
=
"0"
...
...
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