diff options
author | Martin Liska <mliska@suse.cz> | 2019-04-30 15:31:22 +0200 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2019-04-30 13:31:22 +0000 |
commit | 44bf4743079e18380ff7ef208299545675f05671 (patch) | |
tree | 56cccafb7165e67857707be0001cb945e38fd2d2 | |
parent | b174ca9bb7bfcf7f60e33fee7937c7844751ab68 (diff) | |
download | gcc-44bf4743079e18380ff7ef208299545675f05671.zip gcc-44bf4743079e18380ff7ef208299545675f05671.tar.gz gcc-44bf4743079e18380ff7ef208299545675f05671.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4ed2fc4..9d1cd01 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +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> PR target/89093 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 29585cf..516eb24 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7961,7 +7961,7 @@ assembler was found to support such directives. Force GCC to generate DWARF2+ line number tables internally, if DWARF2+ line number tables are to be generated. -@item gas-locview-support +@item -gas-locview-support @opindex gas-locview-support Inform the compiler that the assembler supports @code{view} assignment 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 assembler was found to support them. -@item gno-as-locview-support +@item -gno-as-locview-support Force GCC to assign view numbers internally, if @option{-gvariable-location-views} are explicitly requested. |