diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-02-18 17:26:56 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-02-18 17:26:56 -0800 |
commit | 1fe4456801262c341ebfa8b423e04125db6df034 (patch) | |
tree | afbef342e29c79f8e5bede204a60fe0329fd0853 /gcc | |
parent | 4cf82435af7f4def40ab6c240782b97236bce996 (diff) | |
download | gcc-1fe4456801262c341ebfa8b423e04125db6df034.zip gcc-1fe4456801262c341ebfa8b423e04125db6df034.tar.gz gcc-1fe4456801262c341ebfa8b423e04125db6df034.tar.bz2 |
(STARTING_FRAME_OFFSET): Set to -8.
From-SVN: r3492
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/sparc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index fa4799c..8b5b608 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. |