From 4e523f332518b5b2d04ffc9782a443e49944b49c Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 25 Jun 2012 08:30:30 +0000 Subject: [PATCH] i386.h: Fix typo. 2012-06-25 Tristan Gingold * config/i386/i386.h: Fix typo. From-SVN: r188931 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/i386.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fb64279ac682..dbba68ace90d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-06-25 Tristan Gingold + + * config/i386/i386.h: Fix typo. + 2012-06-25 Tristan Gingold * config/i386/winnt.c (i386_pe_seh_end_prologue): Move code to ... diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index 18633faa90aa..ca767b578d9a 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -736,7 +736,7 @@ enum target_cpu_default is reduced by 256, an over-estimated upper bound for the stack use by the prologue. We define only one threshold for both the prolog and the epilog. When the - frame size is larger than this threshold, we allocate the are to save SSE + frame size is larger than this threshold, we allocate the area to save SSE regs, then save them, and then allocate the remaining. There is no SEH unwind info for this later allocation. */ #define SEH_MAX_FRAME_SIZE ((2U << 30) - 256) -- 2.47.2