Commit ce0770fc by Ian Lance Taylor Committed by Ian Lance Taylor

invoke.texi (Optimize Options): For -fno-toplevel-reorder, don't imply that…

invoke.texi (Optimize Options): For -fno-toplevel-reorder, don't imply that attributes can solve all problems.

	* doc/invoke.texi (Optimize Options): For -fno-toplevel-reorder,
	don't imply that attributes can solve all problems.
	(Directory Options): Fix typo.

From-SVN: r203894
parent 390dafb7
2013-10-21 Ian Lance Taylor <iant@google.com>
* doc/invoke.texi (Optimize Options): For -fno-toplevel-reorder,
don't imply that attributes can solve all problems.
(Directory Options): Fix typo.
2013-10-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com> 2013-10-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/arm.c (cortexa9_extra_costs): Update mult costs for * config/arm/arm.c (cortexa9_extra_costs): Update mult costs for
......
...@@ -8364,7 +8364,7 @@ statements. Output them in the same order that they appear in the ...@@ -8364,7 +8364,7 @@ statements. Output them in the same order that they appear in the
input file. When this option is used, unreferenced static variables input file. When this option is used, unreferenced static variables
are not removed. This option is intended to support existing code are not removed. This option is intended to support existing code
that relies on a particular ordering. For new code, it is better to that relies on a particular ordering. For new code, it is better to
use attributes. use attributes when possible.
Enabled at level @option{-O0}. When disabled explicitly, it also implies Enabled at level @option{-O0}. When disabled explicitly, it also implies
@option{-fno-section-anchors}, which is otherwise enabled at @option{-O0} on some @option{-fno-section-anchors}, which is otherwise enabled at @option{-O0} on some
...@@ -10367,7 +10367,7 @@ separator character at the end of the path. ...@@ -10367,7 +10367,7 @@ separator character at the end of the path.
@option{-B} prefixes that effectively specify directory names also apply @option{-B} prefixes that effectively specify directory names also apply
to libraries in the linker, because the compiler translates these to libraries in the linker, because the compiler translates these
options into @option{-L} options for the linker. They also apply to options into @option{-L} options for the linker. They also apply to
includes files in the preprocessor, because the compiler translates these include files in the preprocessor, because the compiler translates these
options into @option{-isystem} options for the preprocessor. In this case, options into @option{-isystem} options for the preprocessor. In this case,
the compiler appends @samp{include} to the prefix. the compiler appends @samp{include} to the prefix.
......
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