Commit 44bf4743 by Martin Liska Committed by Martin Liska

Add missing dash for 2 options in documentation (PR debug/90288).

2019-04-30  Martin Liska  <mliska@suse.cz>

	PR debug/90288
	* doc/invoke.texi: Add missing dash for gas-locview-support
	and gno-as-locview-support.

From-SVN: r270692
parent b174ca9b
2019-04-30 Martin Liska <mliska@suse.cz>
PR debug/90288
* doc/invoke.texi: Add missing dash for gas-locview-support
and gno-as-locview-support.
2019-04-30 Jakub Jelinek <jakub@redhat.com> 2019-04-30 Jakub Jelinek <jakub@redhat.com>
PR target/89093 PR target/89093
......
...@@ -7961,7 +7961,7 @@ assembler was found to support such directives. ...@@ -7961,7 +7961,7 @@ assembler was found to support such directives.
Force GCC to generate DWARF2+ line number tables internally, if DWARF2+ Force GCC to generate DWARF2+ line number tables internally, if DWARF2+
line number tables are to be generated. line number tables are to be generated.
@item gas-locview-support @item -gas-locview-support
@opindex gas-locview-support @opindex gas-locview-support
Inform the compiler that the assembler supports @code{view} assignment Inform the compiler that the assembler supports @code{view} assignment
and reset assertion checking in @code{.loc} directives. and reset assertion checking in @code{.loc} directives.
...@@ -7969,7 +7969,7 @@ and reset assertion checking in @code{.loc} directives. ...@@ -7969,7 +7969,7 @@ and reset assertion checking in @code{.loc} directives.
This option will be enabled by default if, at GCC configure time, the This option will be enabled by default if, at GCC configure time, the
assembler was found to support them. assembler was found to support them.
@item gno-as-locview-support @item -gno-as-locview-support
Force GCC to assign view numbers internally, if Force GCC to assign view numbers internally, if
@option{-gvariable-location-views} are explicitly requested. @option{-gvariable-location-views} are explicitly requested.
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