aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>1997-01-17 22:11:11 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>1997-01-17 22:11:11 +0000
commit4a07fc027b6609e5213c6914c69ae134384612f1 (patch)
tree97b6fcbfd4d3018eaa5492c0bdf831d351fbefb7 /gcc/config/mips
parentc6456dcd722b348c06c132de1a38140134d864cc (diff)
Don't define STACK_POINTER_OFFSET; just use the default value
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13505 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips')
-rw-r--r--gcc/config/mips/mips.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 7505a754826..6a11338e3e5 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)