ports/lang/bootgcc/patches/patch-gcc_config_i386_i386_h

12 lines
380 B
Text

Index: gcc/config/i386/i386.h
--- gcc/config/i386/i386.h.orig
+++ gcc/config/i386/i386.h
@@ -2492,6 +2492,8 @@ struct GTY(()) ix86_frame
HOST_WIDE_INT stack_realign_offset;
HOST_WIDE_INT sse_reg_save_offset;
+ HOST_WIDE_INT local_size;
+
/* When save_regs_using_mov is set, emit prologue using
move instead of push instructions. */
bool save_regs_using_mov;