Don't define STACK_POINTER_OFFSET; just use the default value
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 17 Jan 1997 22:11:11 +0000 (22:11 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 17 Jan 1997 22:11:11 +0000 (22:11 +0000)
From-SVN: r13505

gcc/config/mips/mips.h

index 7505a75482652a56bb59905a27165ff80c7583c4..6a11338e3e550ebcbfa1efd9eaf0681bf67246b7 100644 (file)
@@ -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)