Commit e53e0c56 by Kazu Hirata Committed by Kazu Hirata

install.texi: Fix typos.

	* doc/install.texi: Fix typos.
	* doc/invoke.texi: Likewise.

From-SVN: r77037
parent 025b17a4
2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
* doc/install.texi: Fix typos.
* doc/invoke.texi: Likewise.
2004-01-31 Ulrich Weigand <uweigand@de.ibm.com> 2004-01-31 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.c (s390_decompose_address): Do not treat virtual * config/s390/s390.c (s390_decompose_address): Do not treat virtual
......
...@@ -944,7 +944,7 @@ Define if you want to use __cxa_atexit, rather than atexit, to ...@@ -944,7 +944,7 @@ Define if you want to use __cxa_atexit, rather than atexit, to
register C++ destructors for local statics and global objects. register C++ destructors for local statics and global objects.
This is essential for fully standards-compliant handling of This is essential for fully standards-compliant handling of
destructors, but requires __cxa_atexit in libc. This option is currently destructors, but requires __cxa_atexit in libc. This option is currently
only available on sytems with GNU libc. When enabled, this will cause only available on systems with GNU libc. When enabled, this will cause
@option{-fuse-cxa-exit} to be passed by default. @option{-fuse-cxa-exit} to be passed by default.
@item --enable-target-optspace @item --enable-target-optspace
......
...@@ -4736,7 +4736,7 @@ This parameter is ignored when @option{-funit-at-a-time} is not used. ...@@ -4736,7 +4736,7 @@ This parameter is ignored when @option{-funit-at-a-time} is not used.
The default value is 3000. The default value is 3000.
@item large-function-growth @item large-function-growth
Specifies maximal growth of large functtion caused by inlining in percents. Specifies maximal growth of large function caused by inlining in percents.
This parameter is ignored when @option{-funit-at-a-time} is not used. This parameter is ignored when @option{-funit-at-a-time} is not used.
The default value is 200. The default value is 200.
......
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