* config/h8300/h8300.h (LIBCALL_VALUE): Use R0_REG.

From-SVN: r74050
This commit is contained in:
Kazu Hirata 2003-11-30 04:31:04 +00:00 committed by Kazu Hirata
parent f082d7a951
commit a1dce8d1ea
2 changed files with 5 additions and 1 deletions

View File

@ -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...

View File

@ -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. */