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
e9a8eb89
Commit
e9a8eb89
authored
Jan 19, 2006
by
DJ Delorie
Committed by
DJ Delorie
Jan 19, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/m32c/m32c.h (REG_ALLOC_ORDER): Define.
From-SVN: r110003
parent
f36cc6d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/ChangeLog
+4
-0
gcc/config/m32c/m32c.h
+7
-0
No files found.
gcc/ChangeLog
View file @
e9a8eb89
2006-01-19 DJ Delorie <dj@redhat.com>
* config/m32c/m32c.h (REG_ALLOC_ORDER): Define.
2006-01-19 Paul Brook <paul@codesourcery.com>
2006-01-19 Paul Brook <paul@codesourcery.com>
* gcc/config/arm/arm.c (arm_compute_func_type): Treat all functions
* gcc/config/arm/arm.c (arm_compute_func_type): Treat all functions
...
...
gcc/config/m32c/m32c.h
View file @
e9a8eb89
...
@@ -218,6 +218,13 @@ machine_function;
...
@@ -218,6 +218,13 @@ machine_function;
#endif
#endif
#define PC_REGNUM PC_REGNO
#define PC_REGNUM PC_REGNO
/* Order of Allocation of Registers */
#define REG_ALLOC_ORDER { \
0, 1, 2, 3, 4, 5,
/* r0..r3, a0, a1 */
\
12, 13, 14, 15, 16, 17, 18,
/* mem0..mem7 */
\
6, 7, 8, 9, 10, 11
/* sb, fb, sp, pc, flg, ap */
}
/* How Values Fit in Registers */
/* How Values Fit in Registers */
#define HARD_REGNO_NREGS(R,M) m32c_hard_regno_nregs (R, M)
#define HARD_REGNO_NREGS(R,M) m32c_hard_regno_nregs (R, M)
...
...
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