Commit a1dce8d1 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r74050
parent f082d7a9
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> 2003-11-28 Gunther Nikl <gni@gecko.de>
* config/m68k/m68k.c (MOTOROLA): Move from here... * config/m68k/m68k.c (MOTOROLA): Move from here...
......
...@@ -615,7 +615,7 @@ enum reg_class { ...@@ -615,7 +615,7 @@ enum reg_class {
/* On the H8 the return value is in R0/R1. */ /* On the H8 the return value is in R0/R1. */
#define LIBCALL_VALUE(MODE) \ #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. /* 1 if N is a possible register number for a function value.
On the H8, R0 is the only register thus used. */ On the H8, R0 is the only register thus used. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment