Fix defintion of TRAMPOLINE_SIZE
authorKazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
Tue, 6 Jan 2004 11:00:28 +0000 (11:00 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 6 Jan 2004 11:00:28 +0000 (11:00 +0000)
From-SVN: r75468

gcc/ChangeLog
gcc/config/m32r/m32r.h

index 109b0d68fb006619f7af36219f9646ceee1ebd90..c8abdbbcd40ad6ead8865b61a810c29e8c62f096 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-06  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
+
+       * config/m32r/m32r.h (TRAMPOLINE_LINE_SIZE): Changed
+
 2004-01-06  Jan Hubicka  <jh@suse.cz>
 
        * i386.c (init_cumulative_args):  Add handling of MMX_REGPARM.
index 0c7ce06a593a290bee63490040526a484f28cfca..bc7f0d4a56194b98ebb361a6f8fdaadd50f1f2be 100644 (file)
@@ -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.