Commit c2c9f6c9 by Richard Henderson Committed by Richard Henderson

* config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): No stack bias.

From-SVN: r49538
parent 65c9eafb
2002-02-05 Richard Henderson <rth@redhat.com>
* config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): No stack bias.
2002-02-06 Hans-Peter Nilsson <hp@bitrange.com>
Implement using "base addresses" in insn operands as default.
......
......@@ -1567,7 +1567,7 @@ extern const char leaf_reg_remap[];
/* Offset from the argument pointer register value to the CFA.
This is different from FIRST_PARM_OFFSET because the register window
comes between the CFA and the arguments. */
#define ARG_POINTER_CFA_OFFSET(FNDECL) SPARC_STACK_BIAS
#define ARG_POINTER_CFA_OFFSET(FNDECL) 0
/* When a parameter is passed in a register, stack space is still
allocated for it.
......
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