mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-28 12:55:26 +08:00
Don't define STACK_POINTER_OFFSET; just use the default value
From-SVN: r13505
This commit is contained in:
parent
fcc9ad83f6
commit
9711629615
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user