From 9711629615dd4abf42d7981eafaaa0a7f7ff124c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 17 Jan 1997 22:11:11 +0000 Subject: [PATCH] Don't define STACK_POINTER_OFFSET; just use the default value From-SVN: r13505 --- gcc/config/mips/mips.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 7505a7548265..6a11338e3e55 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -1447,8 +1447,9 @@ extern char mips_hard_regno_mode_ok[][FIRST_PSEUDO_REGISTER]; /* Register to use for pushing function arguments. */ #define STACK_POINTER_REGNUM (GP_REG_FIRST + 29) -/* Offset from the stack pointer to the first available location. */ -#define STACK_POINTER_OFFSET 0 +/* Offset from the stack pointer to the first available location. Use + the default value zero. */ +/* #define STACK_POINTER_OFFSET 0 */ /* Base register for access to local variables of the function. */ #define FRAME_POINTER_REGNUM (GP_REG_FIRST + 30)