aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-03-11 16:57:01 +0000
committerNick Clifton <nickc@gcc.gnu.org>2009-03-11 16:57:01 +0000
commit40190a76961a6e917ce5774372e8b65a8ca86404 (patch)
treeb28159ca7eaee1039da3a0e89a4d6ae7a90de559 /gcc/doc
parent18a3bdcbe22a8f6f05a8b4a9a9550687aa4526ce (diff)
downloadgcc-40190a76961a6e917ce5774372e8b65a8ca86404.zip
gcc-40190a76961a6e917ce5774372e8b65a8ca86404.tar.gz
gcc-40190a76961a6e917ce5774372e8b65a8ca86404.tar.bz2
re PR target/5362 (Undocumented target options)
PR target/5362 * config/mcore/mcore.opt: Remove deprecated m4align and m8align options. Add description to mno-lsim option. * config/mcore/mcore.h: Remove comment about deprecated m4align option. (TARGET_DEFAULT): Remove deprecated MASK_M8ALIGN. * doc/invoke.texi: Add description of mno-lsim and mstack-increment options. From-SVN: r144783
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 7f9229d..9dbd1a7 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -12438,6 +12438,20 @@ Generate code for a little endian target.
@opindex m210
@opindex m340
Generate code for the 210 processor.
+
+@item -mno-lsim
+@opindex no-lsim
+Assume that run-time support has been provided and so omit the
+simulator library (@file{libsim.a)} from the linker command line.
+
+@item -mstack-increment=@var{size}
+@opindex mstack-increment
+Set the maximum amount for a single stack increment operation. Large
+values can increase the speed of progrqams which contain functions
+that need a large amount of stack space, but they can also trigger a
+segmentation fault if the stack is extended too much. The default
+value is 0x1000.
+
@end table
@node MIPS Options