]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/26015 (ICE during bootstrap for vax architecture)
authorJames E Wilson <wilson@specifixinc.com>
Fri, 11 Jan 2008 21:42:03 +0000 (13:42 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 11 Jan 2008 21:42:03 +0000 (13:42 -0800)
PR target/26015
* config/vax/elf.h (FRAME_POINTER_CFA_OFFSET): Define.

From-SVN: r131477

gcc/ChangeLog
gcc/config/vax/elf.h

index 92f1cd6f74c4e2619717c55253d6f6d91352cbe7..7deb6fdc7660ccb03dd7ab0db3dd1c4e9287f8ed 100644 (file)
@@ -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 
index b7d752694096bc6a7ca4d4aff0d9dee5cd885759..3a010fdd48862b0e6393a3fef9fffcc6a85c1dfc 100644 (file)
@@ -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)