From 1fe4456801262c341ebfa8b423e04125db6df034 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 18 Feb 1993 17:26:56 -0800 Subject: [PATCH] (STARTING_FRAME_OFFSET): Set to -8. From-SVN: r3492 --- gcc/config/sparc/sparc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2