Commit a28102f8 by Sandra Loosemore Committed by Sandra Loosemore

invoke.texi: Remove leading dash from @opindex entries throughout the file.

2018-11-07  Sandra Loosemore  <sandra@codesourcery.com>

	gcc/
	* doc/invoke.texi: Remove leading dash from @opindex entries
	throughout the file.

From-SVN: r265904
parent 24d9c62f
2018-11-07 Sandra Loosemore <sandra@codesourcery.com> 2018-11-07 Sandra Loosemore <sandra@codesourcery.com>
* doc/invoke.texi: Remove leading dash from @opindex entries
throughout the file.
2018-11-07 Sandra Loosemore <sandra@codesourcery.com>
PR driver/80828 PR driver/80828
* doc/invoke.texi (Option Summary): Add -e and --entry. * doc/invoke.texi (Option Summary): Add -e and --entry.
(Link Options): Likewise. (Link Options): Likewise.
...@@ -2934,7 +2934,7 @@ union U @{ ...@@ -2934,7 +2934,7 @@ union U @{
@item -Wabi-tag @r{(C++ and Objective-C++ only)} @item -Wabi-tag @r{(C++ and Objective-C++ only)}
@opindex Wabi-tag @opindex Wabi-tag
@opindex -Wabi-tag @opindex Wabi-tag
Warn when a type with an ABI tag is used in a context that does not Warn when a type with an ABI tag is used in a context that does not
have that ABI tag. See @ref{C++ Attributes} for more information have that ABI tag. See @ref{C++ Attributes} for more information
about ABI tags. about ABI tags.
...@@ -3845,7 +3845,7 @@ a left margin is printed, showing line numbers. This option suppresses this ...@@ -3845,7 +3845,7 @@ a left margin is printed, showing line numbers. This option suppresses this
left margin. left margin.
@item -fdiagnostics-minimum-margin-width=@var{width} @item -fdiagnostics-minimum-margin-width=@var{width}
@opindex -fdiagnostics-minimum-margin-width @opindex fdiagnostics-minimum-margin-width
This option controls the minimum width of the left margin printed by This option controls the minimum width of the left margin printed by
@option{-fdiagnostics-show-line-numbers}. It defaults to 6. @option{-fdiagnostics-show-line-numbers}. It defaults to 6.
...@@ -5734,8 +5734,8 @@ larger. ...@@ -5734,8 +5734,8 @@ larger.
This option warns on all uses of @code{alloca} in the source. This option warns on all uses of @code{alloca} in the source.
@item -Walloca-larger-than=@var{byte-size} @item -Walloca-larger-than=@var{byte-size}
@opindex -Walloca-larger-than= @opindex Walloca-larger-than=
@opindex -Wno-alloca-larger-than @opindex Wno-alloca-larger-than
This option warns on calls to @code{alloca} with an integer argument whose This option warns on calls to @code{alloca} with an integer argument whose
value is either zero, or that is not bounded by a controlling predicate value is either zero, or that is not bounded by a controlling predicate
that limits its value to at most @var{byte-size}. It also warns for calls that limits its value to at most @var{byte-size}. It also warns for calls
...@@ -6661,8 +6661,8 @@ real to lower precision real values. This option is also enabled by ...@@ -6661,8 +6661,8 @@ real to lower precision real values. This option is also enabled by
@option{-Wconversion}. @option{-Wconversion}.
@item -Wno-scalar-storage-order @item -Wno-scalar-storage-order
@opindex -Wno-scalar-storage-order @opindex Wno-scalar-storage-order
@opindex -Wscalar-storage-order @opindex Wscalar-storage-order
Do not warn on suspicious constructs involving reverse scalar storage order. Do not warn on suspicious constructs involving reverse scalar storage order.
@item -Wsized-deallocation @r{(C++ and Objective-C++ only)} @item -Wsized-deallocation @r{(C++ and Objective-C++ only)}
...@@ -7263,8 +7263,8 @@ Warn if a variable-length array is used in the code. ...@@ -7263,8 +7263,8 @@ Warn if a variable-length array is used in the code.
the variable-length array. the variable-length array.
@item -Wvla-larger-than=@var{byte-size} @item -Wvla-larger-than=@var{byte-size}
@opindex -Wvla-larger-than= @opindex Wvla-larger-than=
@opindex -Wno-vla-larger-than @opindex Wno-vla-larger-than
If this option is used, the compiler will warn for declarations of If this option is used, the compiler will warn for declarations of
variable-length arrays whose size is either unbounded, or bounded variable-length arrays whose size is either unbounded, or bounded
by an argument that allows the array size to exceed @var{byte-size} by an argument that allows the array size to exceed @var{byte-size}
...@@ -8942,13 +8942,13 @@ it may significantly increase code size ...@@ -8942,13 +8942,13 @@ it may significantly increase code size
This flag is enabled by default at @option{-O3}. This flag is enabled by default at @option{-O3}.
@item -fipa-bit-cp @item -fipa-bit-cp
@opindex -fipa-bit-cp @opindex fipa-bit-cp
When enabled, perform interprocedural bitwise constant When enabled, perform interprocedural bitwise constant
propagation. This flag is enabled by default at @option{-O2}. It propagation. This flag is enabled by default at @option{-O2}. It
requires that @option{-fipa-cp} is enabled. requires that @option{-fipa-cp} is enabled.
@item -fipa-vrp @item -fipa-vrp
@opindex -fipa-vrp @opindex fipa-vrp
When enabled, perform interprocedural propagation of value When enabled, perform interprocedural propagation of value
ranges. This flag is enabled by default at @option{-O2}. It requires ranges. This flag is enabled by default at @option{-O2}. It requires
that @option{-fipa-cp} is enabled. that @option{-fipa-cp} is enabled.
...@@ -12559,7 +12559,7 @@ object file names should not be used as arguments. @xref{Overall ...@@ -12559,7 +12559,7 @@ object file names should not be used as arguments. @xref{Overall
Options}. Options}.
@item -flinker-output=@var{type} @item -flinker-output=@var{type}
@opindex -flinker-output @opindex flinker-output
This option controls the code generation of the link time optimizer. By This option controls the code generation of the link time optimizer. By
default the linker output is determined by the linker plugin automatically. For default the linker output is determined by the linker plugin automatically. For
debugging the compiler and in the case of incremental linking to non-lto object debugging the compiler and in the case of incremental linking to non-lto object
...@@ -15105,8 +15105,8 @@ single precision and to 32 bits for double precision. ...@@ -15105,8 +15105,8 @@ single precision and to 32 bits for double precision.
@item -mlow-precision-sqrt @item -mlow-precision-sqrt
@itemx -mno-low-precision-sqrt @itemx -mno-low-precision-sqrt
@opindex -mlow-precision-sqrt @opindex mlow-precision-sqrt
@opindex -mno-low-precision-sqrt @opindex mno-low-precision-sqrt
Enable or disable the square root approximation. Enable or disable the square root approximation.
This option only has an effect if @option{-ffast-math} or This option only has an effect if @option{-ffast-math} or
@option{-funsafe-math-optimizations} is used as well. Enabling this reduces @option{-funsafe-math-optimizations} is used as well. Enabling this reduces
...@@ -15116,8 +15116,8 @@ If enabled, it implies @option{-mlow-precision-recip-sqrt}. ...@@ -15116,8 +15116,8 @@ If enabled, it implies @option{-mlow-precision-recip-sqrt}.
@item -mlow-precision-div @item -mlow-precision-div
@itemx -mno-low-precision-div @itemx -mno-low-precision-div
@opindex -mlow-precision-div @opindex mlow-precision-div
@opindex -mno-low-precision-div @opindex mno-low-precision-div
Enable or disable the division approximation. Enable or disable the division approximation.
This option only has an effect if @option{-ffast-math} or This option only has an effect if @option{-ffast-math} or
@option{-funsafe-math-optimizations} is used as well. Enabling this reduces @option{-funsafe-math-optimizations} is used as well. Enabling this reduces
...@@ -18109,11 +18109,11 @@ Specify the C-SKY target processor. Valid values for @var{cpu} are: ...@@ -18109,11 +18109,11 @@ Specify the C-SKY target processor. Valid values for @var{cpu} are:
@item -mbig-endian @item -mbig-endian
@opindex mbig-endian @opindex mbig-endian
@itemx -EB @itemx -EB
@opindex -EB @opindex EB
@itemx -mlittle-endian @itemx -mlittle-endian
@opindex mlittle-endian @opindex mlittle-endian
@itemx -EL @itemx -EL
@opindex -EL @opindex EL
Select big- or little-endian code. The default is little-endian. Select big- or little-endian code. The default is little-endian.
...@@ -27950,7 +27950,7 @@ preferred alignment to @option{-mpreferred-stack-boundary=2}. ...@@ -27950,7 +27950,7 @@ preferred alignment to @option{-mpreferred-stack-boundary=2}.
@opindex mvaes @opindex mvaes
@need 200 @need 200
@itemx -mwaitpkg @itemx -mwaitpkg
@opindex -mwaitpkg @opindex mwaitpkg
@need 200 @need 200
@itemx -mvpclmulqdq @itemx -mvpclmulqdq
@opindex mvpclmulqdq @opindex mvpclmulqdq
...@@ -28536,7 +28536,7 @@ prevents the compiler from using floating-point, vector, mask and bound ...@@ -28536,7 +28536,7 @@ prevents the compiler from using floating-point, vector, mask and bound
registers. registers.
@item -mindirect-branch=@var{choice} @item -mindirect-branch=@var{choice}
@opindex -mindirect-branch @opindex mindirect-branch
Convert indirect call and jump with @var{choice}. The default is Convert indirect call and jump with @var{choice}. The default is
@samp{keep}, which keeps indirect call and jump unmodified. @samp{keep}, which keeps indirect call and jump unmodified.
@samp{thunk} converts indirect call and jump to call and return thunk. @samp{thunk} converts indirect call and jump to call and return thunk.
...@@ -28556,7 +28556,7 @@ Note that @option{-mindirect-branch=thunk-extern} is incompatible with ...@@ -28556,7 +28556,7 @@ Note that @option{-mindirect-branch=thunk-extern} is incompatible with
to disable control-flow check. to disable control-flow check.
@item -mfunction-return=@var{choice} @item -mfunction-return=@var{choice}
@opindex -mfunction-return @opindex mfunction-return
Convert function return with @var{choice}. The default is @samp{keep}, Convert function return with @var{choice}. The default is @samp{keep},
which keeps function return unmodified. @samp{thunk} converts function which keeps function return unmodified. @samp{thunk} converts function
return to call and return thunk. @samp{thunk-inline} converts function return to call and return thunk. @samp{thunk-inline} converts function
...@@ -28573,7 +28573,7 @@ not be reachable in the large code model. ...@@ -28573,7 +28573,7 @@ not be reachable in the large code model.
@item -mindirect-branch-register @item -mindirect-branch-register
@opindex -mindirect-branch-register @opindex mindirect-branch-register
Force indirect call and jump via register. Force indirect call and jump via register.
@end table @end table
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