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
49fba14f
Commit
49fba14f
authored
Jul 23, 2013
by
Eric Botcazou
Committed by
Eric Botcazou
Jul 23, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi (SPARC Options): Document new leon3 processor value.
From-SVN: r201177
parent
14e5c7e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
9 deletions
+14
-9
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+10
-9
No files found.
gcc/ChangeLog
View file @
49fba14f
2013-07-23 Eric Botcazou <ebotcazou@adacore.com>
* doc/invoke.texi (SPARC Options): Document new leon3 processor value.
2013-07-22 Po-Chun Chang <pchang9@cs.wisc.edu>
* reload.c (find_reloads): Exit loop once we find this operand
...
...
gcc/doc/invoke.texi
View file @
49fba14f
...
...
@@ -19343,10 +19343,10 @@ the rules of the ABI@.
Set
the
instruction
set
,
register
set
,
and
instruction
scheduling
parameters
for
machine
type
@
var
{
cpu_type
}.
Supported
values
for
@
var
{
cpu_type
}
are
@
samp
{
v7
},
@
samp
{
cypress
},
@
samp
{
v8
},
@
samp
{
supersparc
},
@
samp
{
hypersparc
},
@
samp
{
leon
},
@
samp
{
sparclite
},
@
samp
{
f930
},
@
samp
{
f934
},
@
samp
{
sparclite86x
},
@
samp
{
sparcl
et
},
@
samp
{
tsc701
},
@
samp
{
v9
},
@
samp
{
ultrasparc
},
@
samp
{
ultrasparc
3
},
@
samp
{
niagara
},
@
samp
{
niagara2
},
@
samp
{
niagara3
},
and
@
samp
{
niagara4
}.
@
samp
{
leon
},
@
samp
{
leon3
},
@
samp
{
sparclite
},
@
samp
{
f930
},
@
samp
{
f934
},
@
samp
{
sparcl
ite86x
},
@
samp
{
sparclet
},
@
samp
{
tsc701
},
@
samp
{
v9
},
@
samp
{
ultrasparc
},
@
samp
{
ultrasparc3
},
@
samp
{
niagara
},
@
samp
{
niagara2
},
@
samp
{
niagara3
}
and
@
samp
{
niagara4
}.
Native
Solaris
and
GNU
/
Linux
toolchains
also
support
the
value
@
samp
{
native
},
which
selects
the
best
architecture
option
for
the
host
processor
.
...
...
@@ -19365,7 +19365,7 @@ implementations.
cypress
@
item
v8
supersparc
,
hypersparc
,
leon
supersparc
,
hypersparc
,
leon
,
leon3
@
item
sparclite
f930
,
f934
,
sparclite86x
...
...
@@ -19427,10 +19427,11 @@ option @option{-mcpu=@var{cpu_type}} does.
The
same
values
for
@
option
{-
mcpu
=@
var
{
cpu_type
}}
can
be
used
for
@
option
{-
mtune
=@
var
{
cpu_type
}},
but
the
only
useful
values
are
those
that
select
a
particular
CPU
implementation
.
Those
are
@
samp
{
cypress
},
@
samp
{
supersparc
},
@
samp
{
hypersparc
},
@
samp
{
leon
},
@
samp
{
f930
},
@
samp
{
f934
},
@
samp
{
sparclite86x
},
@
samp
{
tsc701
},
@
samp
{
ultrasparc
},
@
samp
{
ultrasparc3
},
@
samp
{
niagara
},
@
samp
{
niagara2
},
@
samp
{
niagara3
}
and
@
samp
{
niagara4
}.
With
native
Solaris
and
GNU
/
Linux
toolchains
,
@
samp
{
native
}
can
also
be
used
.
@
samp
{
supersparc
},
@
samp
{
hypersparc
},
@
samp
{
leon
},
@
samp
{
leon3
},
@
samp
{
f930
},
@
samp
{
f934
},
@
samp
{
sparclite86x
},
@
samp
{
tsc701
},
@
samp
{
ultrasparc
},
@
samp
{
ultrasparc3
},
@
samp
{
niagara
},
@
samp
{
niagara2
},
@
samp
{
niagara3
}
and
@
samp
{
niagara4
}.
With
native
Solaris
and
GNU
/
Linux
toolchains
,
@
samp
{
native
}
can
also
be
used
.
@
item
-
mv8plus
@
itemx
-
mno
-
v8plus
...
...
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