aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2012-06-25 08:30:30 +0000
committerTristan Gingold <gingold@gcc.gnu.org>2012-06-25 08:30:30 +0000
commit4e523f332518b5b2d04ffc9782a443e49944b49c (patch)
treea3085101a168a50846ab7f507d3a2c0b6eb7420f /gcc
parenta2851b75cc17889eaba07b0063dd7cd1c1e7fcfa (diff)
downloadgcc-4e523f332518b5b2d04ffc9782a443e49944b49c.zip
gcc-4e523f332518b5b2d04ffc9782a443e49944b49c.tar.gz
gcc-4e523f332518b5b2d04ffc9782a443e49944b49c.tar.bz2
i386.h: Fix typo.
2012-06-25 Tristan Gingold <gingold@adacore.com> * config/i386/i386.h: Fix typo. From-SVN: r188931
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/i386.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fb64279..dbba68a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2012-06-25 Tristan Gingold <gingold@adacore.com>
+ * config/i386/i386.h: Fix typo.
+
+2012-06-25 Tristan Gingold <gingold@adacore.com>
+
* config/i386/winnt.c (i386_pe_seh_end_prologue): Move code to ...
(seh_cfa_adjust_cfa): ... that function.
(seh_emit_stackalloc): Do not emit out of range values.
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h
index 18633fa..ca767b5 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)