From: Jim Wilson Date: Fri, 19 Feb 1993 01:26:56 +0000 (-0800) Subject: (STARTING_FRAME_OFFSET): Set to -8. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1fe4456801262c341ebfa8b423e04125db6df034;p=gcc.git (STARTING_FRAME_OFFSET): Set to -8. From-SVN: r3492 --- diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index fa4799caf10..8b5b60836a2 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -661,7 +661,7 @@ extern char leaf_reg_backmap[]; If FRAME_GROWS_DOWNWARD, this is the offset to the END of the first local allocated. Otherwise, it is the offset to the BEGINNING of the first local allocated. */ -#define STARTING_FRAME_OFFSET (-16) +#define STARTING_FRAME_OFFSET (-8) /* If we generate an insn to push BYTES bytes, this says how many the stack pointer really advances by.