From 110557507c069b5d503b683d0ea74debd893e025 Mon Sep 17 00:00:00 2001 From: bstarynk Date: Thu, 24 Dec 2009 12:47:59 +0000 Subject: 2009-12-24 Basile Starynkevitch MELT branch merged with trunk rev 155453 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@155456 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/defaults.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/defaults.h') diff --git a/gcc/defaults.h b/gcc/defaults.h index 0363a460e06..8ca88968494 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -1086,7 +1086,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see /* On most machines, the CFA coincides with the first incoming parm. */ #ifndef ARG_POINTER_CFA_OFFSET -#define ARG_POINTER_CFA_OFFSET(FNDECL) FIRST_PARM_OFFSET (FNDECL) +#define ARG_POINTER_CFA_OFFSET(FNDECL) \ + (FIRST_PARM_OFFSET (FNDECL) + crtl->args.pretend_args_size) #endif /* On most machines, we use the CFA as DW_AT_frame_base. */ -- cgit v1.2.1