* config/i386/crtfastmath.c: Fix a comment typo.
From-SVN: r116487
This commit is contained in:
parent
0ab2e94917
commit
69b3f75b43
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-08-27 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* config/i386/crtfastmath.c: Fix a comment typo.
|
||||
|
||||
2006-08-26 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* tree.h (CASE_LOW_SEEN, CASE_HIGH_SEEN): New macros for manipulating
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue