Define FRAME_POINTER_CFA_OFFSET since it is a constant 0 since VAX *always*
has a valid frame pointer.
This commit is contained in:
parent
d882b4c815
commit
8d5953af19
3
gnu/dist/gcc4/gcc/config/vax/vax.h
vendored
3
gnu/dist/gcc4/gcc/config/vax/vax.h
vendored
@ -181,6 +181,9 @@ Boston, MA 02110-1301, USA. */
|
|||||||
This is computed in `reload', in reload1.c. */
|
This is computed in `reload', in reload1.c. */
|
||||||
#define FRAME_POINTER_REQUIRED 1
|
#define FRAME_POINTER_REQUIRED 1
|
||||||
|
|
||||||
|
/* Offset from the frame pointer register value to the top of stack. */
|
||||||
|
#define FRAME_POINTER_CFA_OFFSET(FNDECL) 0
|
||||||
|
|
||||||
/* Base register for access to arguments of the function. */
|
/* Base register for access to arguments of the function. */
|
||||||
#define ARG_POINTER_REGNUM VAX_AP_REGNUM
|
#define ARG_POINTER_REGNUM VAX_AP_REGNUM
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user