From: Kazuhiro Inaoka Date: Tue, 6 Jan 2004 11:00:28 +0000 (+0000) Subject: Fix defintion of TRAMPOLINE_SIZE X-Git-Tag: releases/gcc-3.4.0~1249 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f26ef713603dd03a56781b7e32dc2649193811f1;p=thirdparty%2Fgcc.git Fix defintion of TRAMPOLINE_SIZE From-SVN: r75468 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 109b0d68fb00..c8abdbbcd40a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-01-06 Kazuhiro Inaoka + + * config/m32r/m32r.h (TRAMPOLINE_LINE_SIZE): Changed + 2004-01-06 Jan Hubicka * i386.c (init_cumulative_args): Add handling of MMX_REGPARM. diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index 0c7ce06a593a..bc7f0d4a5619 100644 --- a/gcc/config/m32r/m32r.h +++ b/gcc/config/m32r/m32r.h @@ -1271,7 +1271,7 @@ L2: .word STATIC #endif /* Length in bytes of the trampoline for entering a nested function. */ -#define TRAMPOLINE_SIZE 12 +#define TRAMPOLINE_SIZE 24 /* Emit RTL insns to initialize the variable parts of a trampoline. FNADDR is an RTX for the address of the function's pure code.