Skip to content
Snippets Groups Projects
Commit e9a8eb89 authored by DJ Delorie's avatar DJ Delorie Committed by DJ Delorie
Browse files

* config/m32c/m32c.h (REG_ALLOC_ORDER): Define.

From-SVN: r110003
parent f36cc6d0
No related branches found
No related tags found
No related merge requests found
2006-01-19 DJ Delorie <dj@redhat.com>
* config/m32c/m32c.h (REG_ALLOC_ORDER): Define.
2006-01-19 Paul Brook <paul@codesourcery.com>
* gcc/config/arm/arm.c (arm_compute_func_type): Treat all functions
......
......@@ -218,6 +218,13 @@ machine_function;
#endif
#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 */
#define HARD_REGNO_NREGS(R,M) m32c_hard_regno_nregs (R, M)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment