mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 03:00:25 +08:00
i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): Fix typo in comment.
* config/i386/i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): Fix typo in comment. From-SVN: r107669
This commit is contained in:
parent
2f3bdde794
commit
ead903e9ee
@ -1,3 +1,8 @@
|
||||
2005-11-29 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* config/i386/i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN):
|
||||
Fix typo in comment.
|
||||
|
||||
2005-11-29 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* Makefile.in (clean-target): Depend on clean-target-libgcc.
|
||||
|
@ -547,7 +547,7 @@ extern int x86_prefetch_sse;
|
||||
aligned; the compiler cannot rely on having this alignment. */
|
||||
#define PREFERRED_STACK_BOUNDARY ix86_preferred_stack_boundary
|
||||
|
||||
/* As of July 2001, many runtimes to not align the stack properly when
|
||||
/* As of July 2001, many runtimes do not align the stack properly when
|
||||
entering main. This causes expand_main_function to forcibly align
|
||||
the stack, which results in aligned frames for functions called from
|
||||
main, though it does nothing for the alignment of main itself. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user