(STARTING_FRAME_OFFSET): Set to -8.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 19 Feb 1993 01:26:56 +0000 (17:26 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 19 Feb 1993 01:26:56 +0000 (17:26 -0800)
From-SVN: r3492

gcc/config/sparc/sparc.h

index fa4799c..8b5b608 100644 (file)
@@ -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.