diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 92f1cd6f74c4e2619717c55253d6f6d91352cbe7..7deb6fdc7660ccb03dd7ab0db3dd1c4e9287f8ed 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-01-11 James E. Wilson <wilson@specifix.com> + + PR target/26015 + * config/vax/elf.h (FRAME_POINTER_CFA_OFFSET): Define. + 2008-01-11 Anatoly Sokolov <aesok@post.ru> * config/avr/avr.c (expand_prologue, expand_epilogue): Don't diff --git a/gcc/config/vax/elf.h b/gcc/config/vax/elf.h index b7d752694096bc6a7ca4d4aff0d9dee5cd885759..3a010fdd48862b0e6393a3fef9fffcc6a85c1dfc 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)