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
b34126ed
Commit
b34126ed
authored
Aug 28, 2008
by
Nick Clifton
Committed by
Nick Clifton
Aug 28, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/fr30/fr30.h (IRA_COVER_CLASSES): Define.
From-SVN: r139719
parent
728a0142
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/ChangeLog
+2
-0
gcc/config/fr30/fr30.h
+6
-1
No files found.
gcc/ChangeLog
View file @
b34126ed
2008
-
08
-
28
Nick
Clifton
<
nickc
@redhat
.
com
>
2008
-
08
-
28
Nick
Clifton
<
nickc
@redhat
.
com
>
*
config
/
fr30
/
fr30
.
h
(
IRA_COVER_CLASSES
)
:
Define
.
*
config
/
m32r
/
m32r
.
h
(
IRA_COVER_CLASSES
)
:
Define
.
*
config
/
m32r
/
m32r
.
h
(
IRA_COVER_CLASSES
)
:
Define
.
2008
-
08
-
28
Paul
Brook
<
paul
@codesourcery
.
com
>
2008
-
08
-
28
Paul
Brook
<
paul
@codesourcery
.
com
>
...
...
gcc/config/fr30/fr30.h
View file @
b34126ed
/*{{{ Comment. */
/*{{{ Comment. */
/* Definitions of FR30 target.
/* Definitions of FR30 target.
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007
, 2008
Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
Contributed by Cygnus Solutions.
...
@@ -282,6 +282,11 @@ enum reg_class
...
@@ -282,6 +282,11 @@ enum reg_class
#define GENERAL_REGS REAL_REGS
#define GENERAL_REGS REAL_REGS
#define N_REG_CLASSES ((int) LIM_REG_CLASSES)
#define N_REG_CLASSES ((int) LIM_REG_CLASSES)
#define IRA_COVER_CLASSES \
{ \
REAL_REGS, MULTIPLY_64_REG, LIM_REG_CLASSES \
}
/* An initializer containing the names of the register classes as C string
/* An initializer containing the names of the register classes as C string
constants. These names are used in writing some of the debugging dumps. */
constants. These names are used in writing some of the debugging dumps. */
#define REG_CLASS_NAMES \
#define REG_CLASS_NAMES \
...
...
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