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
393049a9
Commit
393049a9
authored
Jan 15, 1999
by
Richard Henderson
Committed by
Richard Henderson
Jan 15, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sparc.c (sparc_issue): Add hypersparc/sparclite86x entries.
From-SVN: r24690
parent
19684119
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+4
-0
gcc/config/sparc/sparc.c
+3
-0
No files found.
gcc/ChangeLog
View file @
393049a9
Fri
Jan
15
23
:
44
:
37
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
sparc
.
c
(
sparc_issue
)
:
Add
hypersparc
/
sparclite86x
entries
.
Fri
Jan
15
22
:
30
:
04
1999
David
Edelsohn
<
edelsohn
@mhpcc
.
edu
>
*
rs6000
.
h
(
CONST_OK_FOR_LETTER_P
)
:
Do
not
assume
32
-
bit
CONST_INT
.
...
...
gcc/config/sparc/sparc.c
View file @
393049a9
...
...
@@ -7266,6 +7266,9 @@ sparc_issue_rate ()
return
2
;
case
PROCESSOR_SUPERSPARC
:
return
3
;
case
PROCESSOR_HYPERSPARC
:
case
PROCESSOR_SPARCLITE86X
:
return
2
;
case
PROCESSOR_ULTRASPARC
:
return
4
;
}
...
...
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