Define FRAME_POINTER_CFA_OFFSET since it is a constant 0 since VAX *always*

has a valid frame pointer.
This commit is contained in:
matt 2006-07-08 00:29:59 +00:00
parent d882b4c815
commit 8d5953af19

View File

@ -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