Commit 1fe44568 by Jim Wilson

(STARTING_FRAME_OFFSET): Set to -8.

From-SVN: r3492
parent 4cf82435
...@@ -661,7 +661,7 @@ extern char leaf_reg_backmap[]; ...@@ -661,7 +661,7 @@ extern char leaf_reg_backmap[];
If FRAME_GROWS_DOWNWARD, this is the offset to the END of the If FRAME_GROWS_DOWNWARD, this is the offset to the END of the
first local allocated. Otherwise, it is the offset to the BEGINNING first local allocated. Otherwise, it is the offset to the BEGINNING
of the first local allocated. */ of the first local allocated. */
#define STARTING_FRAME_OFFSET (-16) #define STARTING_FRAME_OFFSET (-8)
/* If we generate an insn to push BYTES bytes, /* If we generate an insn to push BYTES bytes,
this says how many the stack pointer really advances by. this says how many the stack pointer really advances by.
......
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