Commit 97116296 by Ian Lance Taylor

Don't define STACK_POINTER_OFFSET; just use the default value

From-SVN: r13505
parent fcc9ad83
...@@ -1447,8 +1447,9 @@ extern char mips_hard_regno_mode_ok[][FIRST_PSEUDO_REGISTER]; ...@@ -1447,8 +1447,9 @@ extern char mips_hard_regno_mode_ok[][FIRST_PSEUDO_REGISTER];
/* Register to use for pushing function arguments. */ /* Register to use for pushing function arguments. */
#define STACK_POINTER_REGNUM (GP_REG_FIRST + 29) #define STACK_POINTER_REGNUM (GP_REG_FIRST + 29)
/* Offset from the stack pointer to the first available location. */ /* Offset from the stack pointer to the first available location. Use
#define STACK_POINTER_OFFSET 0 the default value zero. */
/* #define STACK_POINTER_OFFSET 0 */
/* Base register for access to local variables of the function. */ /* Base register for access to local variables of the function. */
#define FRAME_POINTER_REGNUM (GP_REG_FIRST + 30) #define FRAME_POINTER_REGNUM (GP_REG_FIRST + 30)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment