Commit e6ff425c by J"orn Rennecke Committed by Joern Rennecke

* sh.h (ALLOCATE_INITIAL_VALUE): Use return_address_pointer_rtx.

From-SVN: r82985
parent 2cf22451
2004-06-11 J"orn Rennecke <joern.rennecke@superh.com>
* sh.h (ALLOCATE_INITIAL_VALUE): Use return_address_pointer_rtx.
2004-06-11 Joseph S. Myers <jsm@polyomino.org.uk>
* doc/install.texi (Prerequisites): Update documentation of
......
......@@ -3305,10 +3305,7 @@ extern int rtx_equal_function_value_matters;
& ~ CALL_COOKIE_RET_TRAMP (1)) \
|| current_function_has_nonlocal_label)) \
? (hard_reg) \
: gen_rtx_MEM (Pmode, TARGET_SH5 \
? (plus_constant (arg_pointer_rtx, \
TARGET_SHMEDIA64 ? -8 : -4)) \
: frame_pointer_rtx)) \
: gen_rtx_MEM (Pmode, return_address_pointer_rtx)) \
: NULL_RTX)
#endif /* ! GCC_SH_H */
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