mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 15:11:04 +08:00
* config/h8300/h8300.h (LIBCALL_VALUE): Use R0_REG.
From-SVN: r74050
This commit is contained in:
parent
f082d7a951
commit
a1dce8d1ea
@ -1,3 +1,7 @@
|
||||
2003-11-29 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/h8300/h8300.h (LIBCALL_VALUE): Use R0_REG.
|
||||
|
||||
2003-11-28 Gunther Nikl <gni@gecko.de>
|
||||
|
||||
* config/m68k/m68k.c (MOTOROLA): Move from here...
|
||||
|
@ -615,7 +615,7 @@ enum reg_class {
|
||||
/* On the H8 the return value is in R0/R1. */
|
||||
|
||||
#define LIBCALL_VALUE(MODE) \
|
||||
gen_rtx_REG (MODE, 0)
|
||||
gen_rtx_REG (MODE, R0_REG)
|
||||
|
||||
/* 1 if N is a possible register number for a function value.
|
||||
On the H8, R0 is the only register thus used. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user