Commit 69b3f75b by Kazu Hirata Committed by Kazu Hirata

* config/i386/crtfastmath.c: Fix a comment typo.

From-SVN: r116487
parent 0ab2e949
2006-08-27 Kazu Hirata <kazu@codesourcery.com>
* config/i386/crtfastmath.c: Fix a comment typo.
2006-08-26 Roger Sayle <roger@eyesopen.com> 2006-08-26 Roger Sayle <roger@eyesopen.com>
* tree.h (CASE_LOW_SEEN, CASE_HIGH_SEEN): New macros for manipulating * tree.h (CASE_LOW_SEEN, CASE_HIGH_SEEN): New macros for manipulating
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
static void __attribute__((constructor)) static void __attribute__((constructor))
#ifndef __x86_64__ #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. to make sure the fxsave struct gets correct alignment.
See PR27537 and PR28621. */ See PR27537 and PR28621. */
__attribute__ ((force_align_arg_pointer)) __attribute__ ((force_align_arg_pointer))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment