diff options
author | Richard Henderson <rth@gcc.gnu.org> | 1999-04-17 18:35:07 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-04-17 18:35:07 -0700 |
commit | bda9708788e99b84afade52d28d2c39647f28fc9 (patch) | |
tree | c716e00e84cd09a36d3e8627f90bb95c3e1596ab | |
parent | 124d2b7279fabb22c7fe952980be512a5343b7c4 (diff) | |
download | gcc-bda9708788e99b84afade52d28d2c39647f28fc9.zip gcc-bda9708788e99b84afade52d28d2c39647f28fc9.tar.gz gcc-bda9708788e99b84afade52d28d2c39647f28fc9.tar.bz2 |
Misapplied patch.
From-SVN: r26533
-rw-r--r-- | gcc/invoke.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 9a7ebb1..5cf365a 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -5170,7 +5170,6 @@ than 8 bytes away. Align the start of functions to a 2 raised to @var{num} byte boundary. If @samp{-malign-functions} is not specified, the default is 2 if optimizing for a 386, and 4 if optimizing for a 486. -@end table @item -mpreferred-stack-boundary=@var{num} Attempt to keep the stack boundary aligned to a 2 raised to @var{num} |