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
b9ae3471
Commit
b9ae3471
authored
26 years ago
by
David Edelsohn
Committed by
David Edelsohn
26 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rs6000/{aix41.h,aix43.h} (ASM_CPU_SPEC): Add 604e.
From-SVN: r26022
parent
0c0aac2f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
gcc/ChangeLog
+4
-0
gcc/config/rs6000/aix41.h
+3
-2
gcc/config/rs6000/aix43.h
+3
-2
No files found.
gcc/ChangeLog
View file @
b9ae3471
Sat
Mar
27
21
:
17
:
36
1999
David
Edelsohn
<
edelsohn
@gnu
.
org
>
*
rs6000
/
{
aix41
.
h
,
aix43
.
h
}
(
ASM_CPU_SPEC
)
:
Add
604
e
.
Sat
Mar
27
16
:
13
:
50
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
flow
.
c
(
mark_used_regs
)
:
Improve
handling
of
ASMs
.
...
...
This diff is collapsed.
Click to expand it.
gcc/config/rs6000/aix41.h
View file @
b9ae3471
/* Definitions of target machine for GNU compiler,
for IBM RS/6000 POWER running AIX version 4.1.
Copyright (C) 1994,
1995, 1996, 1997, 1998
Free Software Foundation, Inc.
Contributed by David Edelsohn (edelsohn@
npac.syr.edu
).
Copyright (C) 1994,
95-8, 1999
Free Software Foundation, Inc.
Contributed by David Edelsohn (edelsohn@
gnu.org
).
This file is part of GNU CC.
...
...
@@ -61,6 +61,7 @@ Boston, MA 02111-1307, USA. */
%{mcpu=603: -m603} \
%{mcpu=603e: -m603} \
%{mcpu=604: -m604} \
%{mcpu=604e: -m604} \
%{mcpu=620: -mppc} \
%{mcpu=821: -mppc} \
%{mcpu=860: -mppc}"
...
...
This diff is collapsed.
Click to expand it.
gcc/config/rs6000/aix43.h
View file @
b9ae3471
/* Definitions of target machine for GNU compiler,
for IBM RS/6000 POWER running AIX version 4.3.
Copyright (C) 1998 Free Software Foundation, Inc.
Contributed by David Edelsohn (edelsohn@
mhpcc.edu
).
Copyright (C) 1998
, 1999
Free Software Foundation, Inc.
Contributed by David Edelsohn (edelsohn@
gnu.org
).
This file is part of GNU CC.
...
...
@@ -83,6 +83,7 @@ do { \
%{mcpu=603: -m603} \
%{mcpu=603e: -m603} \
%{mcpu=604: -m604} \
%{mcpu=604e: -m604} \
%{mcpu=620: -mppc} \
%{mcpu=821: -mppc} \
%{mcpu=860: -mppc}"
...
...
This diff is collapsed.
Click to expand it.
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