diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-18 01:35:07 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-18 01:35:07 +0000 |
commit | fc9c314bb1142ceede6d8642567a0fc67015ecc3 (patch) | |
tree | c716e00e84cd09a36d3e8627f90bb95c3e1596ab /gcc/invoke.texi | |
parent | 63b546ebcd7e9875b74821b2f9b73da46e0b11f3 (diff) | |
download | ppe42-gcc-fc9c314bb1142ceede6d8642567a0fc67015ecc3.tar.gz ppe42-gcc-fc9c314bb1142ceede6d8642567a0fc67015ecc3.zip |
Misapplied patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26533 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/invoke.texi')
-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 9a7ebb12592..5cf365ab42b 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} |