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
6cf32035
Commit
6cf32035
authored
Jun 10, 1999
by
Nick Clifton
Committed by
Nick Clifton
Jun 10, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ARM920 and ARM920t.
From-SVN: r27466
parent
9b863e03
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+4
-0
gcc/config/arm/arm.c
+3
-1
No files found.
gcc/ChangeLog
View file @
6cf32035
Thu Jun 10 15:08:15 1999 Nick Clifton <nickc@cygnus.com>
* config/arm/arm.c (struct all_cores): Add ARM920 and ARM920t.
Wed Jun 9 15:57:57 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* rs6000.md (movsi_got_internal_mem): Delete.
...
...
gcc/config/arm/arm.c
View file @
6cf32035
...
...
@@ -215,6 +215,8 @@ static struct processors all_cores[] =
{
"arm8"
,
FL_MODE26
|
FL_MODE32
|
FL_FAST_MULT
|
FL_ARCH4
|
FL_LDSCHED
},
{
"arm810"
,
FL_MODE26
|
FL_MODE32
|
FL_FAST_MULT
|
FL_ARCH4
|
FL_LDSCHED
},
{
"arm9"
,
FL_MODE32
|
FL_FAST_MULT
|
FL_ARCH4
|
FL_THUMB
|
FL_LDSCHED
},
{
"arm920"
,
FL_MODE32
|
FL_FAST_MULT
|
FL_ARCH4
|
FL_LDSCHED
},
{
"arm920t"
,
FL_MODE32
|
FL_FAST_MULT
|
FL_ARCH4
|
FL_THUMB
|
FL_LDSCHED
},
{
"arm9tdmi"
,
FL_MODE32
|
FL_FAST_MULT
|
FL_ARCH4
|
FL_THUMB
|
FL_LDSCHED
},
{
"strongarm"
,
FL_MODE26
|
FL_MODE32
|
FL_FAST_MULT
|
FL_ARCH4
|
FL_LDSCHED
|
FL_STRONG
},
{
"strongarm110"
,
FL_MODE26
|
FL_MODE32
|
FL_FAST_MULT
|
FL_ARCH4
|
FL_LDSCHED
|
FL_STRONG
},
...
...
@@ -294,7 +296,7 @@ arm_override_options ()
a warning though, and we prefer the CPU over the
architecture. */
if
(
insn_flags
!=
0
&&
(
insn_flags
^
sel
->
flags
))
warning
(
"switch -mcpu=%s conflicts with -march= switch"
,
warning
(
"switch -mcpu=%s conflicts with -march= switch"
,
ptr
->
string
);
insn_flags
=
sel
->
flags
;
...
...
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