diff options
| author | matt <matt@NetBSD.org> | 2006-07-08 00:29:59 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2006-07-08 00:29:59 +0000 |
| commit | 8d5953af19f77882b89655701dfcaaaf8a19279b (patch) | |
| tree | 11c0d5b96baea0eca450d99e41c963110f9b65d1 /gnu | |
| parent | d882b4c815910d6209d5d6949c5b6505e518897f (diff) | |
Define FRAME_POINTER_CFA_OFFSET since it is a constant 0 since VAX *always*
has a valid frame pointer.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/gcc4/gcc/config/vax/vax.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/dist/gcc4/gcc/config/vax/vax.h b/gnu/dist/gcc4/gcc/config/vax/vax.h index 787e32119e8..fb4fbcdd77a 100644 --- a/gnu/dist/gcc4/gcc/config/vax/vax.h +++ b/gnu/dist/gcc4/gcc/config/vax/vax.h @@ -181,6 +181,9 @@ Boston, MA 02110-1301, USA. */ This is computed in `reload', in reload1.c. */ #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. */ #define ARG_POINTER_REGNUM VAX_AP_REGNUM |
