From: James E Wilson Date: Fri, 11 Jan 2008 21:42:03 +0000 (-0800) Subject: re PR target/26015 (ICE during bootstrap for vax architecture) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad8151b7f27e506035d8eed8ed1d80e81ded7937;p=gcc.git re PR target/26015 (ICE during bootstrap for vax architecture) PR target/26015 * config/vax/elf.h (FRAME_POINTER_CFA_OFFSET): Define. From-SVN: r131477 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 92f1cd6f74c..7deb6fdc766 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-01-11 James E. Wilson + + PR target/26015 + * config/vax/elf.h (FRAME_POINTER_CFA_OFFSET): Define. + 2008-01-11 Anatoly Sokolov * 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 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)