Commit cd49f073 by Andrew MacLeod Committed by Andrew Macleod

sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in address calculation.

	* config/sparc/sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in
        address calculation.

From-SVN: r50654
parent 6a4e49c1
2002-03-12 Andrew MacLeod <amacleod@redhat.com>
* config/sparc/sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in
address calculation.
2002-03-12 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.md (reload_insi, reload_indi): Change mode of
......
......@@ -1949,7 +1949,8 @@ do { \
? gen_rtx_REG (Pmode, 31) \
: gen_rtx_MEM (Pmode, \
memory_address (Pmode, plus_constant (frame, \
15 * UNITS_PER_WORD))))
15 * UNITS_PER_WORD \
+ SPARC_STACK_BIAS))))
/* Before the prologue, the return address is %o7 + 8. OK, sometimes it's
+12, but always using +8 is close enough for frame unwind purposes.
......
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