diff options
author | Jakub Jelinek <jakub@redhat.com> | 2020-12-20 18:59:57 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2020-12-20 18:59:57 +0100 |
commit | 8b01af02b50761bbe4e078c60d030912ab359c9a (patch) | |
tree | 2cb2085d875c5144b4451e0db757df483455d28c /gcc | |
parent | 8d76c007afe4c70f51fd56b0e5b89522de5de61f (diff) | |
download | gcc-8b01af02b50761bbe4e078c60d030912ab359c9a.zip gcc-8b01af02b50761bbe4e078c60d030912ab359c9a.tar.gz gcc-8b01af02b50761bbe4e078c60d030912ab359c9a.tar.bz2 |
doc: Fix a typo [PR98400]
Fix a typo in an option name in documentation.
2020-12-20 Jakub Jelinek <jakub@redhat.com>
PR other/98400
* doc/invoke.texi (-mbackchain): Fix a typo - -mmo-backchain ->
-mno-backchain.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 15e3d55..d7d354f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -28172,7 +28172,7 @@ the backchain is placed into the topmost word of the 96/160 byte register save area. In general, code compiled with @option{-mbackchain} is call-compatible with -code compiled with @option{-mmo-backchain}; however, use of the backchain +code compiled with @option{-mno-backchain}; however, use of the backchain for debugging purposes usually requires that the whole binary is built with @option{-mbackchain}. Note that the combination of @option{-mbackchain}, @option{-mpacked-stack} and @option{-mhard-float} is not supported. In order |