install.texi: Fix typos.
* doc/install.texi: Fix typos. * doc/invoke.texi: Likewise. From-SVN: r77037
This commit is contained in:
parent
025b17a479
commit
e53e0c5679
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* 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
|
||||
register C++ destructors for local statics and global objects.
|
||||
This is essential for fully standards-compliant handling of
|
||||
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.
|
||||
|
||||
@item --enable-target-optspace
|
||||
|
@ -4736,7 +4736,7 @@ This parameter is ignored when @option{-funit-at-a-time} is not used.
|
||||
The default value is 3000.
|
||||
|
||||
@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.
|
||||
The default value is 200.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user