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
a3a1dbf6
Commit
a3a1dbf6
authored
Sep 03, 1998
by
Michael Meissner
Committed by
Michael Meissner
Sep 03, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add -mcpu=401/e603e
From-SVN: r22215
parent
dd93348f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
gcc/ChangeLog
+4
-0
gcc/NEWS
+8
-0
gcc/config/rs6000/rs6000.c
+6
-0
No files found.
gcc/ChangeLog
View file @
a3a1dbf6
Thu Sep 3 18:16:16 1998 Michael Meissner <meissner@cygnus.com>
* rs6000.c (rs6000_override_options): Add -mcpu={401,e603e}.
Thu Sep 3 18:05:16 1998 David Edelsohn <edelsohn@mhpcc.edu>
* rs6000.md (movsf): Disable explicit secondary-reload-like
...
...
gcc/NEWS
View file @
a3a1dbf6
Noteworthy changes in GCC after EGCS 1.1.
-----------------------------------------
Target specific NEWS
RS6000/PowerPC: -mcpu=401 was added as an alias for -mcpu=403. -mcpu=e603e
was added to do -mcpu=603e and -msoft-float.
Noteworthy changes in GCC for EGCS 1.1.
---------------------------------------
...
...
gcc/config/rs6000/rs6000.c
View file @
a3a1dbf6
...
...
@@ -201,6 +201,9 @@ rs6000_override_options (default_cpu)
{
"rios2"
,
PROCESSOR_RIOS2
,
MASK_POWER
|
MASK_MULTIPLE
|
MASK_STRING
|
MASK_POWER2
,
POWERPC_MASKS
|
MASK_NEW_MNEMONICS
},
{
"401"
,
PROCESSOR_PPC403
,
MASK_POWERPC
|
MASK_SOFT_FLOAT
|
MASK_NEW_MNEMONICS
,
POWER_MASKS
|
POWERPC_OPT_MASKS
|
MASK_POWERPC64
},
{
"403"
,
PROCESSOR_PPC403
,
MASK_POWERPC
|
MASK_SOFT_FLOAT
|
MASK_NEW_MNEMONICS
|
MASK_STRICT_ALIGN
,
POWER_MASKS
|
POWERPC_OPT_MASKS
|
MASK_POWERPC64
},
...
...
@@ -219,6 +222,9 @@ rs6000_override_options (default_cpu)
{
"603e"
,
PROCESSOR_PPC603
,
MASK_POWERPC
|
MASK_PPC_GFXOPT
|
MASK_NEW_MNEMONICS
,
POWER_MASKS
|
MASK_PPC_GPOPT
|
MASK_POWERPC64
},
{
"e603e"
,
PROCESSOR_PPC603
,
MASK_POWERPC
|
MASK_SOFT_FLOAT
|
MASK_NEW_MNEMONICS
,
POWER_MASKS
|
POWERPC_OPT_MASKS
|
MASK_POWERPC64
},
{
"604"
,
PROCESSOR_PPC604
,
MASK_POWERPC
|
MASK_PPC_GFXOPT
|
MASK_NEW_MNEMONICS
,
POWER_MASKS
|
MASK_PPC_GPOPT
|
MASK_POWERPC64
},
...
...
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