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
1a11507a
Commit
1a11507a
authored
Sep 09, 2010
by
Alan Modra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missed hunk from last commit
From-SVN: r164046
parent
5a79bcc4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
gcc/config/rs6000/rs6000.c
+2
-0
No files found.
gcc/config/rs6000/rs6000.c
View file @
1a11507a
...
...
@@ -4000,6 +4000,8 @@ rs6000_handle_option (size_t code, const char *arg, int value)
case
OPT_mcmodel_
:
if
(
strcmp
(
arg
,
"small"
)
==
0
)
cmodel
=
CMODEL_SMALL
;
else
if
(
strcmp
(
arg
,
"medium"
)
==
0
)
cmodel
=
CMODEL_MEDIUM
;
else
if
(
strcmp
(
arg
,
"large"
)
==
0
)
cmodel
=
CMODEL_LARGE
;
else
...
...
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