diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-01-11 21:42:03 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-01-11 21:42:03 +0000 |
commit | 6090393cf79412433fe5ffc73a4557b52be156ce (patch) | |
tree | 7c07fa03365f27c5a4d1d5ce5c48b2af517ce54c /gcc/config | |
parent | 136747cd27187776d1ea0c053201a19e1361b4c4 (diff) | |
download | gcc-6090393cf79412433fe5ffc73a4557b52be156ce.tar.gz |
PR target/26015
* config/vax/elf.h (FRAME_POINTER_CFA_OFFSET): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131477 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/vax/elf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/vax/elf.h b/gcc/config/vax/elf.h index b7d75269409..3a010fdd488 100644 --- a/gcc/config/vax/elf.h +++ b/gcc/config/vax/elf.h @@ -45,6 +45,9 @@ along with GCC; see the file COPYING3. If not see count pushed by the CALLS and before the start of the saved registers. */ #define INCOMING_FRAME_SP_OFFSET 0 +/* Offset from the frame pointer register value to the top of the stack. */ +#define FRAME_POINTER_CFA_OFFSET(FNDECL) 0 + /* We use R2-R5 (call-clobbered) registers for exceptions. */ #define EH_RETURN_DATA_REGNO(N) ((N) < 4 ? (N) + 2 : INVALID_REGNUM) |