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
63358530
Commit
63358530
authored
Dec 10, 2002
by
Larin Hennessy
Committed by
Richard Henderson
Dec 09, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi: Document UltraSparc III option.
From-SVN: r59977
parent
78bb0444
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+5
-3
No files found.
gcc/ChangeLog
View file @
63358530
2002
-
12
-
09
Larin
Hennessy
<
larin
@science
.
oregonstate
.
edu
>
*
doc
/
invoke
.
texi
:
Document
UltraSparc
III
option
.
2002
-
12
-
09
Richard
Henderson
<
rth
@redhat
.
com
>
*
config
/
i386
/
i386
.
h
(
TARGET_CPU_CPP_BUILTINS
)
:
Define
...
...
gcc/doc/invoke.texi
View file @
63358530
...
...
@@ -5626,7 +5626,8 @@ 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
{
sparclite
},
@
samp
{
hypersparc
},
@
samp
{
sparclite86x
},
@
samp
{
f930
},
@
samp
{
f934
},
@
samp
{
sparclet
},
@
samp
{
tsc701
},
@
samp
{
v9
},
and
@
samp
{
ultrasparc
}.
@
samp
{
sparclet
},
@
samp
{
tsc701
},
@
samp
{
v9
},
@
samp
{
ultrasparc
},
and
@
samp
{
ultrasparc3
}.
Default
instruction
scheduling
parameters
are
used
for
values
that
select
an
architecture
and
not
an
implementation
.
These
are
@
samp
{
v7
},
@
samp
{
v8
},
...
...
@@ -5640,7 +5641,7 @@ implementations.
v8
:
supersparc
,
hypersparc
sparclite
:
f930
,
f934
,
sparclite86x
sparclet
:
tsc701
v9
:
ultrasparc
v9
:
ultrasparc
,
ultrasparc3
@
end
smallexample
@
item
-
mtune
=@
var
{
cpu_type
}
...
...
@@ -5653,7 +5654,8 @@ 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
{
f930
},
@
samp
{
f934
},
@
samp
{
sparclite86x
},
@
samp
{
tsc701
},
and
@
samp
{
ultrasparc
}.
@
samp
{
sparclite86x
},
@
samp
{
tsc701
},
@
samp
{
ultrasparc
},
and
@
samp
{
ultrasparc3
}.
@
end
table
...
...
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