From 69b3f75b43711fcdf578070c3201e1e954ab70cc Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 27 Aug 2006 06:46:38 +0000 Subject: [PATCH] * config/i386/crtfastmath.c: Fix a comment typo. From-SVN: r116487 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/crtfastmath.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e55f6c94777..a91944ef48a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-08-27 Kazu Hirata + + * config/i386/crtfastmath.c: Fix a comment typo. + 2006-08-26 Roger Sayle * tree.h (CASE_LOW_SEEN, CASE_HIGH_SEEN): New macros for manipulating diff --git a/gcc/config/i386/crtfastmath.c b/gcc/config/i386/crtfastmath.c index 08ddaffd64a..5991442686a 100644 --- a/gcc/config/i386/crtfastmath.c +++ b/gcc/config/i386/crtfastmath.c @@ -39,7 +39,7 @@ static void __attribute__((constructor)) #ifndef __x86_64__ -/* The i386 ABI only requires 4-byte stack alignment, so this is neccessary +/* The i386 ABI only requires 4-byte stack alignment, so this is necessary to make sure the fxsave struct gets correct alignment. See PR27537 and PR28621. */ __attribute__ ((force_align_arg_pointer))